OrderHistoryList
Representation of an Order History List OrderHistoryList
export interface OrderHistoryList {
'facets'?: Array<Facet>;
'orders'?: Array<OrderHistory>;
'pagination'?: DeprecatedPagination;
'sorts'?: Array<Sort>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
facets | Optional | Array<Facet> | List of facets {Array<Facet>} OrderHistoryList |
orders | Optional | Array<OrderHistory> | List of order history items {Array<OrderHistory>} OrderHistoryList |
pagination | Optional | DeprecatedPagination | {DeprecatedPagination} OrderHistoryList |
sorts | Optional | Array<Sort> | List of sorts {Array<Sort>} OrderHistoryList |