Class FiscalClientStatus
- Namespace
- RetailForce.Fiscalisation.Model
- Assembly
- RetailForce.Fiscalisation.Model.dll
Returns the fiscal client status.
public class FiscalClientStatus
- Inheritance
-
FiscalClientStatus
- Inherited Members
Properties
Alert
True if an alert exists on the fiscal system.
public bool Alert { get; set; }
Property Value
CloudConnectionPossible
Represents if a cloud connection is possible (true if cloud api key / secret) are set correct at startup or at CloudConnect method)
public bool CloudConnectionPossible { get; set; }
Property Value
CloudMessagesQueued
Represents the number of the queued cloud messages (receipts).
public int CloudMessagesQueued { get; set; }
Property Value
CloudMessagesStoragePeriod
Represents the number of minutes of the oldest file stored in cloud message queue.
public int CloudMessagesStoragePeriod { get; set; }
Property Value
FiscalCountry
Represents the fiscal country of the client.
public FiscalCountry FiscalCountry { get; set; }
Property Value
FiscalIdentification
Represents the identification of the cash register
public string FiscalIdentification { get; set; }
Property Value
Remarks
Austria: unique "KassenID" announced to Finanzonline.
FiscalSoftwareVersion
Represents the software version of the fiscal system.
public string FiscalSoftwareVersion { get; set; }
Property Value
IsTest
True if the client is a test client; False if client is a productive client.
public bool IsTest { get; set; }
Property Value
Online
Represents if the fiscal system in online with the cloud system (online if applicable license available).
public bool Online { get; set; }
Property Value
SecurityDeviceStates
Returns a list of states for the connected (configured) security devices. Returns empty list if no security device is configured.
public List<SecurityDeviceStateElement> SecurityDeviceStates { get; set; }
Property Value
State
The state of the fiscal client. Not the state of a possible used security device.
public FiscalClientState State { get; set; }
Property Value
StoreNumber
Represents the store number of the cash register.
public string StoreNumber { get; set; }
Property Value
TerminalNumber
Represents the terminal number of the cash register.
public string TerminalNumber { get; set; }
Property Value
VatNumber
Represents the vat number
public string VatNumber { get; set; }