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.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.email(String email) |
The email address of the legal entity.
|
static Organization |
Organization.fromJson(String jsonString) |
Create an instance of Organization given an JSON string
|
Organization |
LegalEntity.getOrganization() |
organization
|
Organization |
LegalEntityInfo.getOrganization() |
organization
|
Organization |
LegalEntityInfoRequiredType.getOrganization() |
organization
|
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.stockData(StockData stockData) |
stockData
|
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
|