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)static TaxInformationTaxInformation. fromJson(String jsonString)Create an instance of TaxInformation given an JSON stringTaxInformationTaxInformation. number(String number)TaxInformationTaxInformation. type(String type)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)OrganizationOrganization. taxInformation(List<TaxInformation> taxInformation)SoleProprietorshipSoleProprietorship. taxInformation(List<TaxInformation> taxInformation)TrustTrust. taxInformation(List<TaxInformation> taxInformation)UnincorporatedPartnershipUnincorporatedPartnership. taxInformation(List<TaxInformation> taxInformation)
-