Click or drag to resize

ICashRegisterGetCashRegisterData Method

Get the current state of the cash register.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
CashRegisterResult GetCashRegisterData()

Return Value

Type: CashRegisterResult
State of the cash register: sums, vat, sale number and other.
Exceptions
ExceptionCondition
DeviceExceptionException to notify that device actions was not successful.
Remarks
It is called to compare the sums for each cheque printing, opening and closing a cafe session on a cash register.
See Also