Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 779 Bytes

create-dispute-evidence-text-response.md

File metadata and controls

30 lines (21 loc) · 779 Bytes

Create Dispute Evidence Text Response

Defines the fields in a CreateDisputeEvidenceText response.

Structure

CreateDisputeEvidenceTextResponse

Fields

Name Type Tags Description
errors Error[] | undefined Optional Any errors that occurred during the request.
evidence DisputeEvidence | undefined Optional -

Example (as JSON)

{
  "evidence": {
    "dispute_id": "bVTprrwk0gygTLZ96VX1oB",
    "evidence_text": "The customer purchased the item twice, on April 11 and April 28.",
    "evidence_type": "REBUTTAL_EXPLANATION",
    "id": "TOomLInj6iWmP3N8qfCXrB",
    "uploaded_at": "2022-05-18T16:01:10.000Z"
  }
}