Click or drag to resize

ICashRegisterGetCashRegisterStatus Method

Get the current status of the cash register.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
CashRegisterStatus GetCashRegisterStatus(
	IReadOnlyCollection<CashRegisterStatusField> statusFields
)

Parameters

statusFields
Type: System.Collections.GenericIReadOnlyCollectionCashRegisterStatusField
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