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

Latest commit

 

History

History
15 lines (10 loc) · 1.11 KB

ListDisputesRequest.md

File metadata and controls

15 lines (10 loc) · 1.11 KB

SquareConnect.ListDisputesRequest

Description

Note: This model is in beta.

Defines the request parameters for the ListDisputes endpoint.

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]
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]
location_id 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]