CreateDisputeEvidenceFileRequest
February 26, 2020 ยท View on GitHub
Description
Defines parameters for a CreateDisputeEvidenceFile 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] |
| content_type | getContentType() | setContentType($value) | string | The MIME type of the uploaded file. One of image/heic, image/heif, image/jpeg, application/pdf, image/png, image/tiff. | [optional] |
Note: All properties are protected and only accessed via getters and setters.