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  IOrder
Order to cancel bill.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.
See Also