# V1ListOrdersRequest
### 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](#type-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.
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)