Uses of Class
com.adyen.model.checkout.AchDetails.BankAccountTypeEnum
-
Packages that use AchDetails.BankAccountTypeEnum Package Description com.adyen.model.checkout -
-
Uses of AchDetails.BankAccountTypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AchDetails.BankAccountTypeEnum Modifier and Type Method Description static AchDetails.BankAccountTypeEnumAchDetails.BankAccountTypeEnum. fromValue(String value)AchDetails.BankAccountTypeEnumAchDetails. getBankAccountType()The bank account type (checking, savings...).static AchDetails.BankAccountTypeEnumAchDetails.BankAccountTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AchDetails.BankAccountTypeEnum[]AchDetails.BankAccountTypeEnum. 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.BankAccountTypeEnum Modifier and Type Method Description AchDetailsAchDetails. bankAccountType(AchDetails.BankAccountTypeEnum bankAccountType)voidAchDetails. setBankAccountType(AchDetails.BankAccountTypeEnum bankAccountType)The bank account type (checking, savings...).
-