Table of Contents

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

bool

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

bool

CloudMessagesQueued

Represents the number of the queued cloud messages (receipts).

public int CloudMessagesQueued { get; set; }

Property Value

int

CloudMessagesStoragePeriod

Represents the number of minutes of the oldest file stored in cloud message queue.

public int CloudMessagesStoragePeriod { get; set; }

Property Value

int

FiscalCountry

Represents the fiscal country of the client.

public FiscalCountry FiscalCountry { get; set; }

Property Value

FiscalCountry

FiscalIdentification

Represents the identification of the cash register

public string FiscalIdentification { get; set; }

Property Value

string

Remarks

Austria: unique "KassenID" announced to Finanzonline.

FiscalSoftwareVersion

Represents the software version of the fiscal system.

public string FiscalSoftwareVersion { get; set; }

Property Value

string

IsTest

True if the client is a test client; False if client is a productive client.

public bool IsTest { get; set; }

Property Value

bool

Online

Represents if the fiscal system in online with the cloud system (online if applicable license available).

public bool Online { get; set; }

Property Value

bool

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

List<SecurityDeviceStateElement>

State

The state of the fiscal client. Not the state of a possible used security device.

public FiscalClientState State { get; set; }

Property Value

FiscalClientState

StoreNumber

Represents the store number of the cash register.

public string StoreNumber { get; set; }

Property Value

string

TerminalNumber

Represents the terminal number of the cash register.

public string TerminalNumber { get; set; }

Property Value

string

VatNumber

Represents the vat number

public string VatNumber { get; set; }

Property Value

string