Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 18.7 KB

File metadata and controls

32 lines (29 loc) · 18.7 KB

CompanyInfo

Fields

Field Type Required Description Example
id Optional<String> A unique identifier for an object. 12345
companyName JsonNullable<String> The name of the company. SpaceX
status Optional<CompanyStatus> Based on the status some functionality is enabled or disabled. active
legalName Optional<String> The legal name of the company SpaceX Inc.
country JsonNullable<String> country code according to ISO 3166-1 alpha-2. US
salesTaxNumber JsonNullable<String> N/A 111.222.333
automatedSalesTax Optional<Boolean> Whether sales tax is calculated automatically for the company
salesTaxEnabled Optional<Boolean> Whether sales tax is enabled for the company
defaultSalesTax Optional<TaxRate> N/A
currency JsonNullable<Currency> Indicates the associated currency for an amount of money. Values correspond to ISO 4217. USD
language JsonNullable<String> language code according to ISO 639-1. For the United States - EN EN
fiscalYearStartMonth Optional<TheStartMonthOfFiscalYear> The start month of fiscal year. January
companyStartDate LocalDate Date when company file was created 2015-06-05
addresses List<Address> N/A
phoneNumbers List<PhoneNumber> N/A
emails List<Email> N/A
customMappings Map<String, Object> When custom mappings are configured on the resource, the result is included here.
trackingCategoriesEnabled Optional<Boolean> Whether tracking categories are enabled for the company on transactions
trackingCategoriesMode Optional<TrackingCategoriesMode> The mode of tracking categories for the company on transactions disabled
accountingMethod JsonNullable<AccountingMethod> The accounting basis used by the company for financial reports. accrual
rowVersion JsonNullable<String> A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. 1-12345
updatedBy JsonNullable<String> The user who last updated the object. 12345
createdBy JsonNullable<String> The user who created the object. 12345
updatedAt OffsetDateTime The date and time when the object was last updated. 2020-09-30T07:43:32.000Z
createdAt OffsetDateTime The date and time when the object was created. 2020-09-30T07:43:32.000Z