Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.09 KB

GETAttachmentResponseType.md

File metadata and controls

17 lines (14 loc) · 1.09 KB

Zuora::GETAttachmentResponseType

Properties

Name Type Description Notes
created_by String Zuora user id who added this attachment to the object. [optional]
created_on DateTime Date and time when the attachment was added to the object. [optional]
description String Description of the attachment. [optional]
file_content_type String File type. [optional]
file_id String File ID of the attached file. Use this file ID with Get files to download the file. [optional]
file_name String Attachment file name. [optional]
id String Id of this attachment. [optional]
success BOOLEAN Returns `true` if the request was processed successfully. [optional]
updated_by String Zuora user id who last updated the attachment. [optional]
updated_on DateTime Date and time when the attachment was last updated. [optional]