Click or drag to resize

ICashRegisterGetCashRegisterStatus Method

Get the current status of the cash register.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
CashRegisterStatus GetCashRegisterStatus(
	GetCashRegisterStatusTask task
)

Parameters

task
Type: Resto.Front.Api.Data.Device.TasksGetCashRegisterStatusTask
Task with list of the fields.

Return Value

Type: CashRegisterStatus
Status of the cash register with completed requested fields.
Exceptions
ExceptionCondition
DeviceExceptionException to notify that device actions was not successful.
See Also