Defines the parameters for a CreateDisputeEvidenceFile
request.
Create Dispute Evidence File Request
Name | Type | Tags | Description |
---|---|---|---|
idempotency_key |
str |
Required | A unique key identifying the request. For more information, see Idempotency. Constraints: Minimum Length: 1 , Maximum Length: 45 |
evidence_type |
str (Dispute Evidence Type) |
Optional | The type of the dispute evidence. |
content_type |
str |
Optional | The MIME type of the uploaded file. The type can be image/heic, image/heif, image/jpeg, application/pdf, image/png, or image/tiff. Constraints: Minimum Length: 1 , Maximum Length: 40 |
{
"idempotency_key": "idempotency_key8",
"evidence_type": "REBUTTAL_EXPLANATION",
"content_type": "content_type6"
}