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
Type: Resto.Front.Api.Data.OrdersIOrder
Order to bill.
tapeWidth
Type: SystemInt32
Result text tape width.
credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

Type: String
See Also