Click or drag to resize

IOperationServicePrintReceiptCheque Method

Printing receipts to a printer.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void PrintReceiptCheque(
	Guid cashRegisterId,
	Document document
)

Parameters

cashRegisterId
Type: SystemGuid
Id of the cashRegister, the printer receipts which will be sent to print
document
Type: Resto.Front.Api.Data.PrintDocument
Print data.

Return Value

Type: 
Markup of the reciept.
See Also