ListDisputesRequest

February 26, 2020 ยท View on GitHub

Description

Defines request parameters for the ListDisputes endpoint.

Properties

NameGetterSetterTypeDescriptionNotes
cursorgetCursor()setCursor($value)stringA 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]
statesgetStates()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_idgetLocationId()setLocationId($value)stringThe 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]