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