A file to be uploaded as dispute evidence.
Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
filename | getFilename() | setFilename($value) | string | The file name including the file extension. For example: "receipt.tiff". | [optional] |
filetype | getFiletype() | setFiletype($value) | string | Dispute evidence files must one of application/pdf, image/heic, image/heif, image/jpeg, image/png, image/tiff formats. | [optional] |
Note: All properties are protected and only accessed via getters and setters.