Uses of Class
com.adyen.model.legalentitymanagement.TaxReportingClassification.MainSourceOfIncomeEnum
-
Packages that use TaxReportingClassification.MainSourceOfIncomeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of TaxReportingClassification.MainSourceOfIncomeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return TaxReportingClassification.MainSourceOfIncomeEnum Modifier and Type Method Description static TaxReportingClassification.MainSourceOfIncomeEnumTaxReportingClassification.MainSourceOfIncomeEnum. fromValue(String value)TaxReportingClassification.MainSourceOfIncomeEnumTaxReportingClassification. getMainSourceOfIncome()The organization's main source of income.static TaxReportingClassification.MainSourceOfIncomeEnumTaxReportingClassification.MainSourceOfIncomeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TaxReportingClassification.MainSourceOfIncomeEnum[]TaxReportingClassification.MainSourceOfIncomeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.legalentitymanagement with parameters of type TaxReportingClassification.MainSourceOfIncomeEnum Modifier and Type Method Description TaxReportingClassificationTaxReportingClassification. mainSourceOfIncome(TaxReportingClassification.MainSourceOfIncomeEnum mainSourceOfIncome)voidTaxReportingClassification. setMainSourceOfIncome(TaxReportingClassification.MainSourceOfIncomeEnum mainSourceOfIncome)The organization's main source of income.
-