V1ListOrdersRequest
March 13, 2019 ยท View on GitHub
Description
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| order | getOrder() | setOrder($value) | string | TThe order in which payments are listed in the response. See SortOrder for possible values | [optional] |
| limit | getLimit() | setLimit($value) | int | The maximum number of payments to return in a single response. This value cannot exceed 200. | [optional] |
| batch_token | getBatchToken() | setBatchToken($value) | string | A pagination cursor to retrieve the next set of results for your original query to the endpoint. | [optional] |
Note: All properties are protected and only accessed via getters and setters.