SoleProprietorship |
SoleProprietorship.addTaxInformationItem(TaxInformation taxInformationItem) |
|
SoleProprietorship |
SoleProprietorship.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.
|
SoleProprietorship |
SoleProprietorship.dateOfIncorporation(String dateOfIncorporation) |
The date when the legal arrangement was incorporated in YYYY-MM-DD format.
|
SoleProprietorship |
SoleProprietorship.doingBusinessAs(String doingBusinessAs) |
The registered name, if different from the `name`.
|
static SoleProprietorship |
SoleProprietorship.fromJson(String jsonString) |
Create an instance of SoleProprietorship given an JSON string
|
SoleProprietorship |
LegalEntity.getSoleProprietorship() |
soleProprietorship
|
SoleProprietorship |
LegalEntityInfo.getSoleProprietorship() |
soleProprietorship
|
SoleProprietorship |
LegalEntityInfoRequiredType.getSoleProprietorship() |
soleProprietorship
|
SoleProprietorship |
SoleProprietorship.name(String name) |
The legal name.
|
SoleProprietorship |
SoleProprietorship.principalPlaceOfBusiness(Address principalPlaceOfBusiness) |
principalPlaceOfBusiness
|
SoleProprietorship |
SoleProprietorship.registeredAddress(Address registeredAddress) |
registeredAddress
|
SoleProprietorship |
SoleProprietorship.registrationNumber(String registrationNumber) |
The registration number.
|
SoleProprietorship |
SoleProprietorship.taxAbsent(Boolean taxAbsent) |
The tax information is absent.
|
SoleProprietorship |
SoleProprietorship.taxInformation(List<TaxInformation> taxInformation) |
The tax information of the entity.
|
SoleProprietorship |
SoleProprietorship.vatAbsenceReason(SoleProprietorship.VatAbsenceReasonEnum vatAbsenceReason) |
The reason for not providing a VAT number.
|
SoleProprietorship |
SoleProprietorship.vatNumber(String vatNumber) |
The VAT number.
|