Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.19 KB

ListDisputesRequest.md

File metadata and controls

11 lines (8 loc) · 1.19 KB

ListDisputesRequest

Properties

Name Type Description Notes
Cursor string A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for the original query. For more information, see Pagination. [optional] [default to null]
States []string The dispute states to filter the result. If not specified, the endpoint returns all open disputes (the dispute status is not `INQUIRY_CLOSED`, `WON`, or `LOST`). See DisputeState for possible values [optional] [default to null]
LocationId string The ID of the location for which to return a list of disputes. If not specified, the endpoint returns all open disputes (the dispute status is not `INQUIRY_CLOSED`, `WON`, or `LOST`) associated with all locations. [optional] [default to null]

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