Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 752 Bytes

create-dispute-evidence-file-response.md

File metadata and controls

32 lines (23 loc) · 752 Bytes

Create Dispute Evidence File Response

Defines the fields in a CreateDisputeEvidenceFile response.

Structure

CreateDisputeEvidenceFileResponse

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_file": {
      "filename": "customer-interaction.jpg",
      "filetype": "image/jpeg"
    },
    "id": "TOomLInj6iWmP3N8qfCXrB",
    "uploaded_at": "2022-05-18T16:01:10.000Z"
  }
}