Click or drag to resize

IOperationServicePrintOrderItems Method

Prints service cheque for defined order item products.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void PrintOrderItems(
	ICredentials credentials,
	IOrder order,
	IReadOnlyList<IOrderCookingItem> orderItems
)

Parameters

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