IOperationServicePrintBillCheque Method |
Changes the order to
Bill status if it is not
Bill and prints bill cheque.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid 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