IOperationServiceCashRegisterOpenDrawer Method |
Perform open drawer operation.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid 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