Defines the parameters for a CreateDisputeEvidenceText
request.
CreateDisputeEvidenceTextRequest
Name | Type | Tags | Description | Getter |
---|---|---|---|---|
IdempotencyKey |
String |
Required | A unique key identifying the request. For more information, see Idempotency. Constraints: Minimum Length: 1 , Maximum Length: 45 |
String getIdempotencyKey() |
EvidenceType |
String |
Optional | The type of the dispute evidence. | String getEvidenceType() |
EvidenceText |
String |
Required | The evidence string. Constraints: Minimum Length: 1 , Maximum Length: 500 |
String getEvidenceText() |
{
"evidence_text": "1Z8888888888888888",
"evidence_type": "TRACKING_NUMBER",
"idempotency_key": "ed3ee3933d946f1514d505d173c82648"
}