Uses of Class
com.adyen.model.legalentitymanagement.TaxReportingClassification.BusinessTypeEnum
-
Packages that use TaxReportingClassification.BusinessTypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of TaxReportingClassification.BusinessTypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return TaxReportingClassification.BusinessTypeEnum Modifier and Type Method Description static TaxReportingClassification.BusinessTypeEnumTaxReportingClassification.BusinessTypeEnum. fromValue(String value)TaxReportingClassification.BusinessTypeEnumTaxReportingClassification. getBusinessType()The organization's business type.static TaxReportingClassification.BusinessTypeEnumTaxReportingClassification.BusinessTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TaxReportingClassification.BusinessTypeEnum[]TaxReportingClassification.BusinessTypeEnum. 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.BusinessTypeEnum Modifier and Type Method Description TaxReportingClassificationTaxReportingClassification. businessType(TaxReportingClassification.BusinessTypeEnum businessType)voidTaxReportingClassification. setBusinessType(TaxReportingClassification.BusinessTypeEnum businessType)The organization's business type.
-