Defines request parameters for the ListDisputes endpoint.
Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
cursor | getCursor() | setCursor($value) | string | A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for the original query. For more information, see Paginating. | [optional] |
states | getStates() | setStates($value) | string[] | The dispute states to filter the result. If not specified, the endpoint returns all open disputes (dispute status is not `INQUIRY_CLOSED`, `WON`, or `LOST`). See DisputeState for possible values | [optional] |
location_id | getLocationId() | setLocationId($value) | string | The ID of the location for which to return a list of disputes. If not specified, the endpoint returns all open disputes (dispute status is not `INQUIRY_CLOSED`, `WON`, or `LOST`) associated with all locations. | [optional] |
Note: All properties are protected and only accessed via getters and setters.