Defines parameters for a CreateDisputeEvidenceFile request.
CreateDisputeEvidenceFileRequest
Name | Type | Tags | Description | Getter |
---|---|---|---|---|
IdempotencyKey |
String |
Unique ID. For more information, see Idempotency. |
String getIdempotencyKey() | |
EvidenceType |
String |
Optional | Type of the dispute evidence. | String getEvidenceType() |
ContentType |
String |
Optional | The MIME type of the uploaded file. One of image/heic, image/heif, image/jpeg, application/pdf, image/png, image/tiff. |
String getContentType() |
{
"idempotency_key": "idempotency_key6",
"evidence_type": "RECEIPT",
"content_type": "content_type6"
}