Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 1.44 KB

ListDisputesRequest.md

File metadata and controls

17 lines (11 loc) · 1.44 KB

ListDisputesRequest

Description

Defines request parameters for the ListDisputes endpoint.

Properties

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.

[Back to Model list] [Back to API list] [Back to README]