Click or drag to resize

IOperationServiceOpenCafeSession(ICashRegisterInfo, ICredentials) Method

Opens cafe session on the specified cash register.

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

Parameters

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