Click or drag to resize

IOperationService.CancelBill Method

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

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

Parameters

credentials
Type: Resto.Front.Api.Data.Security.ICredentials
The credentials returned by AuthenticateByPin(String) method.
order
Type: Resto.Front.Api.Data.Orders.IOrder
Order to cancel bill.
See Also