Uses of Class
com.adyen.model.nexo.AccountType
-
Packages that use AccountType Package Description com.adyen.model.nexo -
-
Uses of AccountType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as AccountType Modifier and Type Field Description protected AccountTypePaymentAccountReq. accountTypeThe Account.Methods in com.adyen.model.nexo that return AccountType Modifier and Type Method Description static AccountTypeAccountType. fromValue(String v)From value account type.AccountTypePaymentAccountReq. getAccountType()Gets the value of the AccountType property.static 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.nexo with parameters of type AccountType Modifier and Type Method Description voidPaymentAccountReq. setAccountType(AccountType value)Sets the value of the AccountType property.
-