Click or drag to resize

ICashRegisterDoPayIn Method

Perform pay in cash operation.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
CashRegisterResult DoPayIn(
	PayInTask task,
	IUser cashier,
	IViewManager viewManager
)

Parameters

task
Type: Resto.Front.Api.Data.Device.TasksPayInTask
PayInTaskTask to process.
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