Uses of Class
com.adyen.model.legalentitymanagement.Trust
-
Packages that use Trust Package Description com.adyen.model.legalentitymanagement -
-
Uses of Trust in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return Trust Modifier and Type Method Description TrustTrust. addTaxInformationItem(TaxInformation taxInformationItem)TrustTrust. addUndefinedBeneficiaryInfoItem(UndefinedBeneficiary undefinedBeneficiaryInfoItem)TrustTrust. countryOfGoverningLaw(String countryOfGoverningLaw)TrustTrust. dateOfIncorporation(String dateOfIncorporation)TrustTrust. doingBusinessAs(String doingBusinessAs)static TrustTrust. fromJson(String jsonString)Create an instance of Trust given an JSON stringTrustLegalEntity. getTrust()Get trustTrustLegalEntityInfo. getTrust()Get trustTrustLegalEntityInfoRequiredType. getTrust()Get trustTrustTrust. name(String name)TrustTrust. principalPlaceOfBusiness(Address principalPlaceOfBusiness)TrustTrust. registeredAddress(Address registeredAddress)TrustTrust. registrationNumber(String registrationNumber)TrustTrust. taxAbsent(Boolean taxAbsent)TrustTrust. taxInformation(List<TaxInformation> taxInformation)TrustTrust. type(Trust.TypeEnum type)TrustTrust. undefinedBeneficiaryInfo(List<UndefinedBeneficiary> undefinedBeneficiaryInfo)TrustTrust. vatAbsenceReason(Trust.VatAbsenceReasonEnum vatAbsenceReason)TrustTrust. vatNumber(String vatNumber)Methods in com.adyen.model.legalentitymanagement with parameters of type Trust Modifier and Type Method Description voidLegalEntity. setTrust(Trust trust)trustvoidLegalEntityInfo. setTrust(Trust trust)trustvoidLegalEntityInfoRequiredType. setTrust(Trust trust)trustLegalEntityLegalEntity. trust(Trust trust)LegalEntityInfoLegalEntityInfo. trust(Trust trust)LegalEntityInfoRequiredTypeLegalEntityInfoRequiredType. trust(Trust trust)
-