Home > @vsf-enterprise/sapcc > LoadUserOrderHistoryProps
LoadUserOrderHistoryProps interface
Properties for loading user order history.
Signature:
export interface LoadUserOrderHistoryProps extends BaseProps
Extends: BaseProps
Properties
| Property | Type | Description |
|---|---|---|
| currentPage? | number | (Optional) The current result page requested. Defaults to 0. |
| pageSize? | number | (Optional) The number of results to return per page. Defaults to 20. |
| sort? | string | (Optional) Condition to sort the returned results by. |
| statuses? | string | (Optional) Filters results by status and returns only the desired ones. Available values are CANCELLED, CHECKED_VALID, OPEN, COMPLETE and SUSPENDED. |