Click or drag to resize

IEditableChequeTaskProcessorBeforePayIn Method

Perform the action before pay in.

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

Parameters

device
Type: Resto.Front.Api.Data.DeviceICashRegisterInfo
Cash register.
sum
Type: SystemDecimal
Sum to pay in.
isCloseSession
Type: SystemBoolean
Is the close session closed?
cashier
Type: Resto.Front.Api.Data.SecurityIUser
Cashier.
viewManager
Type: Resto.Front.Api.UIIViewManager
IViewManager object to show dialogs. Should not be used after method returns.
See Also