Click or drag to resize

IOperationServiceCheckFfd12Marking Method

Check item marking. This operation is specific for devices with FFD 1.2 protocol.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
CheckFfd12MarkingResult CheckFfd12Marking(
	ICashRegisterInfo cashRegister,
	ChequeSale chequeSale,
	ICredentials credentials
)

Parameters

cashRegister  ICashRegisterInfo
Cash register.
chequeSale  ChequeSale
Information about an sale item and marking.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

CheckFfd12MarkingResult
See Also