Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.15 KB

File metadata and controls

18 lines (14 loc) · 1.15 KB

GETAttachmentResponseWithoutSuccessType

Properties

Name Type Description Notes
created_by str Zuora user id of who added this attachment to the object. [optional]
created_on datetime Date and time when the attachment was added to the object. [optional]
description str Description of the attachment. [optional]
file_content_type str Attachment file type. [optional]
file_id str File ID of the attached file. Use this file ID with Get files to download the file. [optional]
file_name str Attachment file name. [optional]
id str Zuora id of this attachement. [optional]
updated_by str Zuora user id who last updated the attachment. [optional]
updated_on datetime Date and time when the attachment was last updated. [optional]

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