Click or drag to resize

IEditableChequeTaskProcessorBeforePayOutSessionClosed Method

Perform the action before pay out when the cafe session closed.

Namespace:  Resto.Front.Api.Devices.ChequeTaskProcessor
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void BeforePayOutSessionClosed(
	ICashRegisterInfo device,
	decimal opeationSum,
	ref decimal estimatedSum,
	IUser cashier,
	IViewManager viewManager
)

Parameters

device
Type: Resto.Front.Api.Data.DeviceICashRegisterInfo
Cash register.
opeationSum
Type: SystemDecimal
Sum to pay out.
estimatedSum
Type: SystemDecimal
The estimated sum.
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