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.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
CashRegisterResult PrintText(
	PrintTextTask task,
	IUser cashier
)

Parameters

task
Type: Resto.Front.Api.Data.Device.TasksPrintTextTask
PrintTextTaskTask to process.
cashier
Type: Resto.Front.Api.Data.SecurityIUser
The cashier performing the operation.

Return Value

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