Changes the order to Bill status and returns text of 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#
string BillOrder( ICredentials credentials, IOrder order, int tapeWidth )
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. - tapeWidth
- Type: SystemInt32
Result text tape width.
Return Value
Type: StringSee Also