IEditSessionAddIdentifierCodesToOrderItemUnit Method |
Adds identifier codes for one product unit within an order item.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid 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