IOperationServicePrintBillCheque Method iikoFront Api V3 Documentation
Changes the order to Bill status if it is not Bill and prints bill cheque.

Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax

C#
void PrintBillCheque(
	ICredentials credentials,
	IOrder order
)

Parameters

credentials
Type: Resto.Front.Api.V3.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
order
Type: Resto.Front.Api.V3.Data.OrdersIOrder
Order to bill.
See Also

Reference