Uses of Class
com.adyen.model.checkout.CheckoutBankAccount.AccountTypeEnum
-
Packages that use CheckoutBankAccount.AccountTypeEnum Package Description com.adyen.model.checkout -
-
Uses of CheckoutBankAccount.AccountTypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CheckoutBankAccount.AccountTypeEnum Modifier and Type Method Description static CheckoutBankAccount.AccountTypeEnumCheckoutBankAccount.AccountTypeEnum. fromValue(String value)CheckoutBankAccount.AccountTypeEnumCheckoutBankAccount. getAccountType()The type of the bank account.static CheckoutBankAccount.AccountTypeEnumCheckoutBankAccount.AccountTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckoutBankAccount.AccountTypeEnum[]CheckoutBankAccount.AccountTypeEnum. 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 CheckoutBankAccount.AccountTypeEnum Modifier and Type Method Description CheckoutBankAccountCheckoutBankAccount. accountType(CheckoutBankAccount.AccountTypeEnum accountType)The type of the bank account.voidCheckoutBankAccount. setAccountType(CheckoutBankAccount.AccountTypeEnum accountType)The type of the bank account.
-