Click or drag to resize

IOperationServicePrintOrderItems Method

Prints service cheque for defined order item products.

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

Parameters

order  IOrder
Order which items will be printed.
orderItems  IReadOnlyListIOrderCookingItem
Order items to be printed.
credentials  ICredentials
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