Click or drag to resize

IEditSessionAddIdentifierCodesToOrderItemUnit Method

Adds identifier codes for one product unit within an order item.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void AddIdentifierCodesToOrderItemUnit(
	List<OrderItemIdentifierCode> codes,
	IOrderStub order,
	IOrderProductItemStub orderItem
)

Parameters

codes  ListOrderItemIdentifierCode
Collection of identifier codes to add.
order  IOrderStub
Order that contains the product item.
orderItem  IOrderProductItemStub
Order item to which identifier codes will be added.
See Also