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.DevicesAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid AfterDoFfd11CorrectionOnPaymentOrderAction(
Ffd11CorrectionTask correctionTask,
PostResult result,
ICashRegisterInfo device,
IOperationService operationService,
IViewManager viewManager
)
Parameters
- correctionTask Ffd11CorrectionTask
- Correction task.
- result PostResult
- The result of the operation do cheque.
- device ICashRegisterInfo
- Cash register.
- operationService IOperationService
- IOperationService which allows to work with bound order.
- viewManager IViewManager
- IViewManager object to show dialogs. Should not be used after method returns.
See Also