iikoFront Api V6 Code Reference
iikoFront Api V6 Code Reference
Resto.Front.Api.Devices
ICashRegister Interface
ICashRegister Methods
CustomerDisplayIdle Method
CustomerDisplayText Method
DirectIo Method
DoBillCheque Method
DoCheque Method
DoCorrection Method
DoOpenSession Method
DoPayIn Method
DoPayOut Method
DoXReport Method
DoZReport Method
GetCashRegisterData Method
GetCashRegisterDriverParameters Method
GetCashRegisterStatus Method
GetQueryInfo Method
IsDrawerOpened Method
OpenDrawer Method
PrintText Method
ICashRegister
DoPayIn Method
Perform pay in cash operation.
Namespace:
Resto.Front.Api.Devices
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
Copy
CashRegisterResult
DoPayIn
(
decimal
sum
,
IUser
cashier
,
IViewManager
viewManager
)
Parameters
sum
Type:
System
Decimal
Cash sum.
cashier
Type:
Resto.Front.Api.Data.Security
IUser
Cashier.
viewManager
Type:
Resto.Front.Api.UI
IViewManager
IViewManager
object to show dialogs. Should not be used after method returns.
Return Value
Type:
CashRegisterResult
Exceptions
Exception
Condition
DeviceException
Exception to notify that device actions was not successful.
See Also
Reference
ICashRegister Interface
Resto.Front.Api.Devices Namespace