IChequeTaskProcessorAfterPayIn Method |
Perform the action after pay in.
Namespace: Resto.Front.Api.DevicesAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid AfterPayIn(
ICashRegisterInfo device,
decimal sum,
PostResult result,
IViewManager viewManager
)
Parameters
- device ICashRegisterInfo
- Cash register.
- sum Decimal
- Sum to pay in.
- result PostResult
- The result of the operation pay in.
- viewManager IViewManager
- IViewManager object to show dialogs. Should not be used after method returns.
See Also