Click or drag to resize

ICashRegisterPrintText Method

Perform the operation of printing non-fiscal cheque (information, advertising or other).

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

Parameters

task  PrintTextTask
PrintTextTaskTask to process.
cashier  IUser
The cashier performing the operation.
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