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)
SyntaxIReadOnlyList<IReadOnlyList<OrderItemIdentifierCode>> Codes { get; }Property Value
Type:
IReadOnlyListIReadOnlyListOrderItemIdentifierCode
See Also