Click or drag to resize

IOperationServiceGetCashRegisterStatus Method

Get the current status of the cash register.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
CashRegisterStatus GetCashRegisterStatus(
	ICashRegisterInfo cashRegister,
	IReadOnlyList<CashRegisterStatusField> statusFields,
	ICredentials credentials
)

Parameters

cashRegister
Type: Resto.Front.Api.Data.DeviceICashRegisterInfo
Cash register.
statusFields
Type: System.Collections.GenericIReadOnlyListCashRegisterStatusField
List of fields for which to return status, if empty returns default status.
credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

Type: CashRegisterStatus
See Also