Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.04 KB

AccountingAttachment.md

File metadata and controls

17 lines (12 loc) · 1.04 KB

AccountingAttachment

The Accounting Attachment Object ### Description The AccountingAttachment object is used to represent a company's attachments. ### Usage Example Fetch from the LIST AccountingAttachments endpoint and view a company's attachments.

Properties

Name Type Description Notes
id str [optional] [readonly]
remote_id str, none_type The third-party API ID of the matching object. [optional]
remote_data [RemoteData], none_type [optional] [readonly]
file_name str, none_type The attachment's name. [optional]
file_url str, none_type The attachment's url. [optional]
remote_was_deleted bool Indicates whether or not this object has been deleted by third party webhooks. [optional] [readonly]

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