Click or drag to resize

ICashRegisterDoPayOut Method

Perform pay out cash operation.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
CashRegisterResult DoPayOut(
	decimal sum,
	IUser cashier,
	IViewManager viewManager
)

Parameters

sum
Type: SystemDecimal
Cash 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.

Return Value

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