Click or drag to resize

IOperationServiceCancelBill Method

Сhanges the order to the New status and prints the bill cancellation cheque.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void CancelBill(
	IOrder order,
	ICredentials credentials
)

Parameters

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