Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.18 KB

Account.md

File metadata and controls

18 lines (13 loc) · 1.18 KB

Account

The Account Object ### Description The Account object is used to represent the account that a ticket is associated with. The account is a company that may be a customer. This does not represent the company that is receiving the ticket. ### Usage Example TODO

Properties

Name Type Description Notes
id str [optional] [readonly]
remote_id str, none_type The third-party API ID of the matching object. [optional]
name str, none_type The account's name. [optional]
domains [str, none_type], none_type The account's domain names. [optional]
remote_data [RemoteData], none_type [optional] [readonly]
remote_was_deleted bool Indicates whether or not this object has been deleted by third party webhooks. [optional]
field_mappings {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type [optional] [readonly]

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