Uses of Class
com.adyen.model.legalentitymanagement.TaxReportingClassification
-
Packages that use TaxReportingClassification Package Description com.adyen.model.legalentitymanagement -
-
Uses of TaxReportingClassification in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return TaxReportingClassification Modifier and Type Method Description TaxReportingClassificationTaxReportingClassification. businessType(TaxReportingClassification.BusinessTypeEnum businessType)TaxReportingClassificationTaxReportingClassification. financialInstitutionNumber(String financialInstitutionNumber)static TaxReportingClassificationTaxReportingClassification. fromJson(String jsonString)Create an instance of TaxReportingClassification given an JSON stringTaxReportingClassificationOrganization. getTaxReportingClassification()Get taxReportingClassificationTaxReportingClassificationTaxReportingClassification. mainSourceOfIncome(TaxReportingClassification.MainSourceOfIncomeEnum mainSourceOfIncome)TaxReportingClassificationTaxReportingClassification. type(TaxReportingClassification.TypeEnum type)Methods in com.adyen.model.legalentitymanagement with parameters of type TaxReportingClassification Modifier and Type Method Description voidOrganization. setTaxReportingClassification(TaxReportingClassification taxReportingClassification)taxReportingClassificationOrganizationOrganization. taxReportingClassification(TaxReportingClassification taxReportingClassification)
-