Click or drag to resize

ICashRegisterDoPayOut Method

Perform pay out cash operation.

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
CashRegisterResult DoPayOut(
	PayOutTask task,
	IUser cashier,
	IViewManager viewManager
)

Parameters

task  PayOutTask
PayOutTaskTask to process.
cashier  IUser
Cashier.
viewManager  IViewManager
IViewManager object to show dialogs. Should not be used after method returns.

Return Value

CashRegisterResult
Exceptions
ExceptionCondition
DeviceExceptionException to notify that device actions was not successful.
See Also