Click or drag to resize

IOperationServiceGetQueryInfo Method

Returns supported additional operations.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
QueryInfoResult GetQueryInfo(
	ICashRegisterInfo cashRegister,
	ICredentials credentials
)

Parameters

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

Return Value

QueryInfoResult
See Also