Click or drag to resize

IOperationServiceBillOrder Method

Changes the order to Bill status and returns text of bill cheque.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
string BillOrder(
	IOrder order,
	int tapeWidth,
	ICredentials credentials
)

Parameters

order  IOrder
Order to bill.
tapeWidth  Int32
Result text tape width.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

String
See Also