ICashRegisterGetCashRegisterData Method |
Get the current state of the cash register.
Namespace:
Resto.Front.Api.Devices
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
SyntaxCashRegisterResult 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. |
RemarksIt is called to compare the sums for each cheque printing, opening and closing a cafe session on a cash register.
See Also