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.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
[SerializableAttribute]
public class CashRegisterStatus

The CashRegisterStatus type exposes the following members.

Constructors
 NameDescription
Public methodCashRegisterStatusMain constructor
Top
Properties
 NameDescription
Public propertyCancelCountSession cancel count.
Public propertyCancelSumSession cancel sum.
Public propertyCashPaymentSumSession cash payment type sum.
Public propertyErrorCodeError code.
Public propertyExtendedStatusExtended status.
Public propertyFiscalStorageFiscal storage.
Public propertyFnResponseCodeFiscal storage response code.
Public propertyHaveRegisterDateTimeDate and time in yyyy-MM-dd HH:mm:ss format.
Public propertyIsOfdConnectedOfd connection status.
Public propertyNonCashPaymentsSumSession non cash payment types sum.
Public propertyOfdBufferedDocumentsNumber of documents in buffer.
Public propertyOfdChequeDateTimeDate and time of the last cheque.
Public propertyOfdChequeSumCheque sum.
Public propertyOfdDocumentNumberDocument number.
Public propertyOfdFirstUnsentDocumentNumberFirst document to deliver in OFD delivery queue.
Public propertyOfdKkmRegistrationNumberKkm registration number of the last cheque.
Public propertyOfdOrgNameThe name of the organization in the last cheque.
Public propertyOfdResponseCodeOfd response code.
Public propertyOfdSalesAddressSale address of the last cheque.
Public propertyOfdTaxpayerIdNumberId number of Ofd taxpayer.
Public propertyOfdUrlInternet address for receiving a copy of the latest electronic cheque.
Public propertyOfflineModeOffline mode.
Public propertyRefundsCountSession refunds count.
Public propertyRefundsSumSession refunds sum.
Public propertyRegisterDateTimeRegister date time.
Public propertyRestaurantModeRestaurant mode.
Public propertySalesCountSession sales count.
Public propertySalesSumSession sales sum.
Public propertySalesSumTotalTotal sales sum.
Public propertySerialNumberCash register serial number.
Public propertySessionNumberNumber of cash register session.
Public propertySessionStatusCafe session status: 0 - closed, 1 - open, 2 - expired.
Public propertyStatusBarInfoInfo to be shown in the Syrve POS status bar.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also