The CompanyInfo Object ### Description The CompanyInfo
object is used to represent a company's information. ### Usage Example Fetch from the GET CompanyInfo
endpoint and view a company's information.
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] | |
name | str, none_type | The company's name. | [optional] |
legal_name | str, none_type | The company's legal name. | [optional] |
tax_number | str, none_type | The company's tax number. | [optional] |
fiscal_year_end_month | int, none_type | The company's fiscal year end month. | [optional] |
fiscal_year_end_day | int, none_type | The company's fiscal year end day. | [optional] |
currency | object, none_type | The currency set in the company's accounting platform. | [optional] |
remote_created_at | datetime, none_type | When the third party's company was created. | [optional] |
urls | [str, none_type], none_type | The company's urls. | [optional] |
addresses | [Address] | [optional] | |
phone_numbers | [AccountingPhoneNumber] | [optional] | |
remote_was_deleted | bool | Indicates whether or not this object has been deleted by third party webhooks. | [optional] [readonly] |