Click or drag to resize

IOperationServiceCashRegisterDirectIO Method

Perform additional specific operation.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
DirectIoResult CashRegisterDirectIO(
	ICashRegisterInfo cashRegister,
	CommandExecute command,
	ICredentials credentials
)

Parameters

cashRegister  ICashRegisterInfo
Cash register.
command  CommandExecute
Specific operation command.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

DirectIoResult
See Also