Click or drag to resize

IOperationServicePrintOrderItems Method

Prints service cheque for defined order item products.

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

Parameters

order
Type: Resto.Front.Api.Data.OrdersIOrder
Order which items will be printed.
orderItems
Type: System.Collections.GenericIReadOnlyListIOrderCookingItem
Order items to be printed.
credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
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