Click or drag to resize

IChequeTaskProcessor.AfterDoFfd11CorrectionOnPaymentOrderAction 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,
	IOperationService operationService,
	IViewManager viewManager
)

Parameters

correctionTask
Type: Resto.Front.Api.Data.Device.Tasks.Ffd11CorrectionTask
Correction task.
result
Type: Resto.Front.Api.Data.Device.Results.PostResult
The result of the operation do cheque.
device
Type: Resto.Front.Api.Data.Device.ICashRegisterInfo
Cash register.
operationService
Type: Resto.Front.Api.IOperationService
IOperationService which allows to work with bound order.
viewManager
Type: Resto.Front.Api.UI.IViewManager
IViewManager object to show dialogs. Should not be used after method returns.
See Also