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