Defines the fields in a ListDisputeEvidence
response.
ListDisputeEvidenceResponse
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. |
{
"evidence": null,
"errors": null,
"cursor": null
}