Click or drag to resize

IOperationServicePrintBillCheque Method

Changes the order to Bill status if it is not Bill and prints bill cheque.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void PrintBillCheque(
	IOrder order,
	ICredentials credentials,
	PrinterSelectionMode printerSelectionMode = PrinterSelectionMode.Default
)

Parameters

order  IOrder
Order to bill.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.
printerSelectionMode  PrinterSelectionMode  (Optional)
Specifies how to select a printer to print bill cheque.
See Also