Click or drag to resize

IOperationServiceCashRegisterStop Method

Stop the device.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void CashRegisterStop(
	ICashRegisterInfo cashRegister,
	ICredentials credentials
)

Parameters

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