Uses of Class
com.adyen.model.legalentitymanagement.TaxInformation
-
Packages that use TaxInformation Package Description com.adyen.model.legalentitymanagement -
-
Uses of TaxInformation in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return TaxInformation Modifier and Type Method Description TaxInformationTaxInformation. country(String country)The two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code.static TaxInformationTaxInformation. fromJson(String jsonString)Create an instance of TaxInformation given an JSON stringTaxInformationTaxInformation. number(String number)The tax ID number (TIN) of the organization or individual.TaxInformationTaxInformation. type(String type)The TIN type depending on the country where it was issued.Methods in com.adyen.model.legalentitymanagement that return types with arguments of type TaxInformation Modifier and Type Method Description List<TaxInformation>Individual. getTaxInformation()The tax information of the individual.List<TaxInformation>Organization. getTaxInformation()The tax information of the organization.List<TaxInformation>SoleProprietorship. getTaxInformation()The tax information of the entity.List<TaxInformation>Trust. getTaxInformation()The tax information of the entity.List<TaxInformation>UnincorporatedPartnership. getTaxInformation()The tax information of the entity.Methods in com.adyen.model.legalentitymanagement with parameters of type TaxInformation Modifier and Type Method Description IndividualIndividual. addTaxInformationItem(TaxInformation taxInformationItem)OrganizationOrganization. addTaxInformationItem(TaxInformation taxInformationItem)SoleProprietorshipSoleProprietorship. addTaxInformationItem(TaxInformation taxInformationItem)TrustTrust. addTaxInformationItem(TaxInformation taxInformationItem)UnincorporatedPartnershipUnincorporatedPartnership. addTaxInformationItem(TaxInformation taxInformationItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type TaxInformation Modifier and Type Method Description voidIndividual. setTaxInformation(List<TaxInformation> taxInformation)The tax information of the individual.voidOrganization. setTaxInformation(List<TaxInformation> taxInformation)The tax information of the organization.voidSoleProprietorship. setTaxInformation(List<TaxInformation> taxInformation)The tax information of the entity.voidTrust. setTaxInformation(List<TaxInformation> taxInformation)The tax information of the entity.voidUnincorporatedPartnership. setTaxInformation(List<TaxInformation> taxInformation)The tax information of the entity.IndividualIndividual. taxInformation(List<TaxInformation> taxInformation)The tax information of the individual.OrganizationOrganization. taxInformation(List<TaxInformation> taxInformation)The tax information of the organization.SoleProprietorshipSoleProprietorship. taxInformation(List<TaxInformation> taxInformation)The tax information of the entity.TrustTrust. taxInformation(List<TaxInformation> taxInformation)The tax information of the entity.UnincorporatedPartnershipUnincorporatedPartnership. taxInformation(List<TaxInformation> taxInformation)The tax information of the entity.
-