Click or drag to resize

IChequeTaskProcessor.AfterPayIn Method

Perform the action after pay in.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void AfterPayIn(
	ICashRegisterInfo device,
	decimal sum,
	PostResult result,
	IViewManager viewManager
)

Parameters

device
Type: Resto.Front.Api.Data.Device.ICashRegisterInfo
Cash register.
sum
Type: System.Decimal
Sum to pay in.
result
Type: Resto.Front.Api.Data.Device.Results.PostResult
The result of the operation pay in.
viewManager
Type: Resto.Front.Api.UI.IViewManager
IViewManager object to show dialogs. Should not be used after method returns.
See Also