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.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
string BillOrder(
	ICredentials credentials,
	IOrder order,
	int tapeWidth
)

Parameters

credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
order
Type: Resto.Front.Api.Data.OrdersIOrder
Order to bill.
tapeWidth
Type: SystemInt32
Result text tape width.

Return Value

Type: String
See Also