ICashRegisterGetCashRegisterStatus Method |
Get the current status of the cash register.
Namespace: Resto.Front.Api.DevicesAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxCashRegisterStatus GetCashRegisterStatus(
GetCashRegisterStatusTask task
)
Parameters
- task GetCashRegisterStatusTask
- Task with list of the fields.
Return Value
CashRegisterStatusStatus of the cash register with completed requested fields.
Exceptions| Exception | Condition |
|---|
| DeviceException | Exception to notify that device actions was not successful. |
See Also