Click or drag to resize

IChequeTaskProcessorAfterDoFfd11CorrectionOnPaymentOrderAction Method

Perform the action after do cheque correction for ffd 1.1 or higher, when paying an fiscalized and after edited order.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void AfterDoFfd11CorrectionOnPaymentOrderAction(
	Ffd11CorrectionTask correctionTask,
	PostResult result,
	ICashRegisterInfo device,
	IViewManager viewManager
)

Parameters

correctionTask
Type: Resto.Front.Api.Data.Device.TasksFfd11CorrectionTask
Correction task.
result
Type: Resto.Front.Api.Data.Device.ResultsPostResult
The result of the operation do cheque.
device
Type: Resto.Front.Api.Data.DeviceICashRegisterInfo
Cash register.
viewManager
Type: Resto.Front.Api.UIIViewManager
IViewManager object to show dialogs. Should not be used after method returns.
See Also