Uses of Class
com.adyen.model.capital.CALocalBankAccountType
-
Packages that use CALocalBankAccountType Package Description com.adyen.model.capital -
-
Uses of CALocalBankAccountType in com.adyen.model.capital
Methods in com.adyen.model.capital that return CALocalBankAccountType Modifier and Type Method Description static CALocalBankAccountTypeCALocalBankAccountType. fromValue(String value)CALocalBankAccountTypeCALocalAccountIdentification. getAccountType()Get accountTypestatic CALocalBankAccountTypeCALocalBankAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static CALocalBankAccountType[]CALocalBankAccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.capital with parameters of type CALocalBankAccountType Modifier and Type Method Description CALocalAccountIdentificationCALocalAccountIdentification. accountType(CALocalBankAccountType accountType)accountTypevoidCALocalAccountIdentification. setAccountType(CALocalBankAccountType accountType)accountType
-