Uses of Class
com.adyen.model.balanceplatform.AmountMinMaxRequirement.TypeEnum
-
Packages that use AmountMinMaxRequirement.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of AmountMinMaxRequirement.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return AmountMinMaxRequirement.TypeEnum Modifier and Type Method Description static AmountMinMaxRequirement.TypeEnumAmountMinMaxRequirement.TypeEnum. fromValue(String value)AmountMinMaxRequirement.TypeEnumAmountMinMaxRequirement. getType()**amountMinMaxRequirement**static AmountMinMaxRequirement.TypeEnumAmountMinMaxRequirement.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AmountMinMaxRequirement.TypeEnum[]AmountMinMaxRequirement.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type AmountMinMaxRequirement.TypeEnum Modifier and Type Method Description voidAmountMinMaxRequirement. setType(AmountMinMaxRequirement.TypeEnum type)**amountMinMaxRequirement**AmountMinMaxRequirementAmountMinMaxRequirement. type(AmountMinMaxRequirement.TypeEnum type)**amountMinMaxRequirement**
-