Click or drag to resize

IOperationServiceCashRegisterDrawerIsOpened Method

Get the current state of drawer is opened.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
bool CashRegisterDrawerIsOpened(
	ICashRegisterInfo cashRegister,
	ICredentials credentials
)

Parameters

cashRegister  ICashRegisterInfo
Cash register.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

Boolean
See Also