Uses of Class
com.adyen.model.legalentitymanagement.TaxReportingClassification.TypeEnum
-
Packages that use TaxReportingClassification.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of TaxReportingClassification.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return TaxReportingClassification.TypeEnum Modifier and Type Method Description static TaxReportingClassification.TypeEnumTaxReportingClassification.TypeEnum. fromValue(String value)TaxReportingClassification.TypeEnumTaxReportingClassification. getType()The tax reporting classification type.static TaxReportingClassification.TypeEnumTaxReportingClassification.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TaxReportingClassification.TypeEnum[]TaxReportingClassification.TypeEnum. 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.TypeEnum Modifier and Type Method Description voidTaxReportingClassification. setType(TaxReportingClassification.TypeEnum type)The tax reporting classification type.TaxReportingClassificationTaxReportingClassification. type(TaxReportingClassification.TypeEnum type)
-