Click or drag to resize

IOperationServiceCashRegisterOpenDrawer Method

Perform open drawer operation.

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

Parameters

cashRegister  ICashRegisterInfo
Cash register.
ignoreSuspending  Boolean
Ignore drawer opening suspending.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.
See Also