Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.6 KB

Attachment.md

File metadata and controls

25 lines (22 loc) · 1.6 KB

# Attachment

Properties

Name Type Description Notes
id string The unique identifier for the item [optional]
displayedAs string The name of the resource [optional]
path string The API path for the resource [optional]
deletedAt \DateTime The datetime when the item was deleted [optional]
file string The base64 encoded representation of the file [optional]
mimeType string The mime type of the attachment [optional]
description string The description of the attachment [optional]
fileExtension string The file extension of the attachment [optional]
transaction \SynergiTech\Sage\Model\Base [optional]
fileSize int The file size of the attachment in Bytes [optional]
fileName string The file name of the attachment [optional]
filePath string The file path of the attachment [optional]
attachmentContextType \SynergiTech\Sage\Model\Base [optional]
attachmentContext \SynergiTech\Sage\Model\Base [optional]
isPublic bool Flag to determine whether the attachment should be visible to customers [optional]
createdAt \DateTime The datetime when the attachment was created [optional]
updatedAt \DateTime The datetime when the attachment was last updated [optional]

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