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.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
CheckFfd12MarkingResult CheckFfd12Marking(
	ICashRegisterInfo cashRegister,
	ChequeSale chequeSale,
	ICredentials credentials
)

Parameters

cashRegister
Type: Resto.Front.Api.Data.DeviceICashRegisterInfo
Cash register.
chequeSale
Type: Resto.Front.Api.Data.Device.TasksChequeSale
Information about an sale item and marking.
credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

Type: CheckFfd12MarkingResult
See Also