Click or drag to resize

IChequeTaskProcessor.BeforePayIn Method

Perform the action before pay in.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void BeforePayIn(
	ICashRegisterInfo device,
	decimal sumToPayIn,
	bool isCloseSession,
	IUser cashier,
	IViewManager viewManager
)

Parameters

device
Type: Resto.Front.Api.Data.Device.ICashRegisterInfo
Cash register.
sumToPayIn
Type: System.Decimal
Sum to pay in.
isCloseSession
Type: System.Boolean
Whether the method is called during cafe session closing.
cashier
Type: Resto.Front.Api.Data.Security.IUser
Cashier.
viewManager
Type: Resto.Front.Api.UI.IViewManager
IViewManager object to show dialogs. Should not be used after method returns.
See Also