Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 924 Bytes

File metadata and controls

16 lines (12 loc) · 924 Bytes

MerchantFile

Properties

Name Type Description Notes
id String Unique identifier for this file. [default to null]
resource String Resource type name, always "file". [default to null]
filename String Original filename of the uploaded file. [default to null]
size Integer File size in bytes. [default to null]
mime_type String MIME type of the uploaded file (e.g. "application/pdf"). [default to null]
created_at Date Timestamp when the file was uploaded. [default to null]
updated_at Date Timestamp when the file record was last updated. [default to null]

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