ICashRegisterGetCashRegisterData Method |
Get the current state of the cash register.
Namespace:
Resto.Front.Api.Devices
Assembly:
Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax CashRegisterResult GetCashRegisterData()
Return Value
Type:
CashRegisterResultState of the cash register: sums, vat, sale number and other.
Exceptions Exception | Condition |
---|
DeviceException | Exception 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