Used in the List Order endpoint, for traversing through the paginated list of orders.
| Property | Type | Required | Description |
|---|---|---|---|
| next | string | conditional | Indicates if there are more sets of records in the next page, if there are no records, the value is null. |
| previous | string | conditional | Indicates if there are more sets of records in the previous page, if there are no records, the value is null. |
