Click or drag to resize

IChequeTaskProcessorAfterPayOut Method

Perform the action after pay out.

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

Parameters

device  ICashRegisterInfo
Cash register.
sum  Decimal
Sum to pay out.
result  PostResult
The result of the operation pay out.
viewManager  IViewManager
IViewManager object to show dialogs. Should not be used after method returns.
See Also