Click or drag to resize

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)
Syntax
C#
CashRegisterResult GetCashRegisterData()

Return Value

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