Trust |
Trust.addTaxInformationItem(TaxInformation taxInformationItem) |
|
Trust |
Trust.addUndefinedBeneficiaryInfoItem(UndefinedBeneficiary undefinedBeneficiaryInfoItem) |
|
Trust |
Trust.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.
|
Trust |
Trust.dateOfIncorporation(String dateOfIncorporation) |
The date when the legal arrangement was incorporated in YYYY-MM-DD format.
|
Trust |
Trust.description(String description) |
A short description about the trust.
|
Trust |
Trust.doingBusinessAs(String doingBusinessAs) |
The registered name, if different from the `name`.
|
static Trust |
Trust.fromJson(String jsonString) |
Create an instance of Trust given an JSON string
|
Trust |
LegalEntity.getTrust() |
trust
|
Trust |
LegalEntityInfo.getTrust() |
trust
|
Trust |
LegalEntityInfoRequiredType.getTrust() |
trust
|
Trust |
Trust.name(String name) |
The legal name.
|
Trust |
Trust.principalPlaceOfBusiness(Address principalPlaceOfBusiness) |
principalPlaceOfBusiness
|
Trust |
Trust.registeredAddress(Address registeredAddress) |
registeredAddress
|
Trust |
Trust.registrationNumber(String registrationNumber) |
The registration number.
|
Trust |
Trust.taxInformation(List<TaxInformation> taxInformation) |
The tax information of the entity.
|
Trust |
Trust.type(Trust.TypeEnum type) |
Type of trust.
|
Trust |
Trust.undefinedBeneficiaryInfo(List<UndefinedBeneficiary> undefinedBeneficiaryInfo) |
The undefined beneficiary information of the entity.
|
Trust |
Trust.vatAbsenceReason(Trust.VatAbsenceReasonEnum vatAbsenceReason) |
The reason for not providing a VAT number.
|
Trust |
Trust.vatNumber(String vatNumber) |
The VAT number.
|