Organization |
Organization.addFinancialReportsItem(FinancialReport financialReportsItem) |
|
Organization |
Organization.addTaxInformationItem(TaxInformation taxInformationItem) |
|
Organization |
Organization.countryOfGoverningLaw(String countryOfGoverningLaw) |
The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
country code of the governing country.
|
Organization |
Organization.dateOfIncorporation(String dateOfIncorporation) |
The date when the organization was incorporated in YYYY-MM-DD format.
|
Organization |
Organization.dateOfInitiationOfLegalProceeding(String dateOfInitiationOfLegalProceeding) |
Required if the value of `statusOfLegalProceeding` is one of the following:
**underJudicialAdministration**, **bankruptcyInsolvency**, **otherLegalMeasures** The date at
which a legal proceeding was initiated, in **YYYY-MM-DD** format.
|
Organization |
Organization.description(String description) |
Your description for the organization.
|
Organization |
Organization.doingBusinessAs(String doingBusinessAs) |
The organization's trading name, if different from the registered legal name.
|
Organization |
Organization.doingBusinessAsAbsent(Boolean doingBusinessAsAbsent) |
Set this to **true** if the organization or legal arrangement does not have a `Doing
business as` name.
|
Organization |
Organization.economicSector(String economicSector) |
The sector of the economy the legal entity operates within, represented by a 2-4 digit code
that may include a \".
|
Organization |
Organization.email(String email) |
The email address of the legal entity.
|
Organization |
Organization.financialReports(List<FinancialReport> financialReports) |
The financial report information of the organization.
|
static Organization |
Organization.fromJson(String jsonString) |
Create an instance of Organization given an JSON string
|
Organization |
LegalEntity.getOrganization() |
Get organization
|
Organization |
LegalEntityInfo.getOrganization() |
Get organization
|
Organization |
LegalEntityInfoRequiredType.getOrganization() |
Get organization
|
Organization |
Organization.globalLegalEntityIdentifier(String globalLegalEntityIdentifier) |
The global legal entity identifier for the organization.
|
Organization |
Organization.headOfficeIndicator(Boolean headOfficeIndicator) |
Indicates that the registered business address is also the company's headquarters.
|
Organization |
Organization.institutionalSector(Organization.InstitutionalSectorEnum institutionalSector) |
The institutional sector the organization operates within.
|
Organization |
Organization.legalForm(String legalForm) |
The type of business entity as defined in the national legal system.
|
Organization |
Organization.legalName(String legalName) |
The organization's legal name.
|
Organization |
Organization.phone(PhoneNumber phone) |
phone
|
Organization |
Organization.principalPlaceOfBusiness(Address principalPlaceOfBusiness) |
principalPlaceOfBusiness
|
Organization |
Organization.registeredAddress(Address registeredAddress) |
registeredAddress
|
Organization |
Organization.registrationNumber(String registrationNumber) |
The organization's registration number.
|
Organization |
Organization.registrationNumberAbsent(Boolean registrationNumberAbsent) |
Set this to **true** if the organization does not have a registration number available.
|
Organization |
Organization.statusOfLegalProceeding(Organization.StatusOfLegalProceedingEnum statusOfLegalProceeding) |
The status of any current or past legal action taken against the legal entity.
|
Organization |
Organization.stockData(StockData stockData) |
stockData
|
Organization |
Organization.support(Support support) |
support
|
Organization |
Organization.taxInformation(List<TaxInformation> taxInformation) |
The tax information of the organization.
|
Organization |
Organization.taxReportingClassification(TaxReportingClassification taxReportingClassification) |
taxReportingClassification
|
Organization |
Organization.type(Organization.TypeEnum type) |
Type of organization.
|
Organization |
Organization.vatAbsenceReason(Organization.VatAbsenceReasonEnum vatAbsenceReason) |
The reason the organization has not provided a VAT number.
|
Organization |
Organization.vatNumber(String vatNumber) |
The organization's VAT number.
|
Organization |
Organization.webData(WebData webData) |
webData
|