Click or drag to resize

IOrderProductItemCodes Property

List of product codes. Each outer list item represents a separate product unit; each inner list contains codes associated with that unit.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyList<IReadOnlyList<OrderItemIdentifierCode>> Codes { get; }

Property Value

Type: IReadOnlyListIReadOnlyListOrderItemIdentifierCode
See Also