Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 884 Bytes

list-dispute-evidence-response.md

File metadata and controls

27 lines (18 loc) · 884 Bytes

List Dispute Evidence Response

Defines the fields in a ListDisputeEvidence response.

Structure

ListDisputeEvidenceResponse

Fields

Name Type Tags Description
evidence DisputeEvidence[] | undefined Optional The list of evidence previously uploaded to the specified dispute.
errors Error[] | undefined Optional Information about errors encountered during the request.
cursor string | undefined Optional The pagination cursor to be used in a subsequent request.
If unset, this is the final response. For more information, see Pagination.

Example (as JSON)

{
  "evidence": null,
  "errors": null,
  "cursor": null
}