CreateDisputeEvidenceTextRequest
February 26, 2020 ยท View on GitHub
Description
Defines parameters for a CreateDisputeEvidenceText request.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| idempotency_key | getIdempotencyKey() | setIdempotencyKey($value) | string | Unique ID. For more information, see Idempotency. | |
| evidence_type | getEvidenceType() | setEvidenceType($value) | string | The type of evidence you are uploading. See DisputeEvidenceType for possible values | [optional] |
| evidence_text | getEvidenceText() | setEvidenceText($value) | string | The evidence string. |
Note: All properties are protected and only accessed via getters and setters.