DisputeEvidenceFile

February 26, 2020 ยท View on GitHub

Description

A file to be uploaded as dispute evidence.

Properties

NameGetterSetterTypeDescriptionNotes
filenamegetFilename()setFilename($value)stringThe file name including the file extension. For example: "receipt.tiff".[optional]
filetypegetFiletype()setFiletype($value)stringDispute 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]