IChequeTaskProcessorBeforePayIn Method |
Perform the action before pay in.
Namespace: Resto.Front.Api.DevicesAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid BeforePayIn(
ICashRegisterInfo device,
decimal sumToPayIn,
bool isCloseSession,
IUser cashier,
IViewManager viewManager
)
Parameters
- device ICashRegisterInfo
- Cash register.
- sumToPayIn Decimal
- Sum to pay in.
- isCloseSession Boolean
- Whether the method is called during cafe session closing.
- cashier IUser
- Cashier.
- viewManager IViewManager
- IViewManager object to show dialogs. Should not be used after method returns.
See Also