Click or drag to resize

IOperationServicePrintOrderItemProducts Method

Prints service cheque for defined order item products.

Namespace:  Resto.Front.Api.V4
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
void PrintOrderItemProducts(
	ICredentials credentials,
	IOrder order,
	List<IOrderItemProduct> products
)

Parameters

credentials
Type: Resto.Front.Api.V4.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
order
Type: Resto.Front.Api.V4.Data.OrdersIOrder
Order which items will be printed.
products
Type: System.Collections.GenericListIOrderItemProduct
Order item products to be printed.
Remarks
All products must be either not printed (so they will be printed) or printed (so they will be reprinted), but not mixed.
See Also