Click or drag to resize

IOperationServiceGetCashRegisterStatus Method

Get the current status of the cash register.

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

Parameters

cashRegister  ICashRegisterInfo
Cash register.
statusFields  IReadOnlyListCashRegisterStatusField
List of fields for which to return status, if empty returns default status.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

CashRegisterStatus
See Also