Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 859 Bytes

DisputeEvidenceFile.md

File metadata and controls

16 lines (10 loc) · 859 Bytes

DisputeEvidenceFile

Description

A file to be uploaded as dispute evidence.

Properties

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.

[Back to Model list] [Back to API list] [Back to README]