Click or drag to resize

CashRegisterStatus Class

Cash register status.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.Device.ResultsCashRegisterStatus

Namespace:  Resto.Front.Api.Data.Device.Results
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
[SerializableAttribute]
public class CashRegisterStatus

The CashRegisterStatus type exposes the following members.

Constructors
  NameDescription
Public methodCashRegisterStatus
Main constructor
Top
Properties
  NameDescription
Public propertyErrorCode
Error code.
Public propertyExtendedStatus
Extended status.
Public propertyFiscalStorage
Fiscal storage.
Public propertyFnResponseCode
Fiscal storage response code.
Public propertyHaveRegisterDateTime
Date and time in yyyy-MM-dd HH:mm:ss format.
Public propertyIsOfdConnected
Ofd connection status.
Public propertyOfdBufferedDocuments
Number of documents in buffer.
Public propertyOfdChequeDateTime
Date and time of the last cheque.
Public propertyOfdChequeSum
Cheque sum.
Public propertyOfdDocumentNumber
Document number.
Public propertyOfdKkmRegistrationNumber
Kkm registration number of the last cheque.
Public propertyOfdOrgName
The name of the organization in the last cheque.
Public propertyOfdResponseCode
Ofd response code.
Public propertyOfdSalesAddress
Sale address of the last cheque.
Public propertyOfdTaxpayerIdNumber
Id number of Ofd taxpayer.
Public propertyOfdUrl
Internet address for receiving a copy of the latest electronic cheque.
Public propertyOfflineMode
Offline mode.
Public propertyRegisterDateTime
Register date time.
Public propertyRestaurantMode
Restaurant mode.
Public propertySessionStatus
Cafe session status: 0 - closed, 1 - open, 2 - expired.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also