Uses of Class
com.adyen.model.nexo.StoredValueAccountType
-
Packages that use StoredValueAccountType Package Description com.adyen.model.nexo -
-
Uses of StoredValueAccountType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as StoredValueAccountType Modifier and Type Field Description protected StoredValueAccountTypeStoredValueAccountID. storedValueAccountTypeMethods in com.adyen.model.nexo that return StoredValueAccountType Modifier and Type Method Description static StoredValueAccountTypeStoredValueAccountType. fromValue(String v)From value stored value account type.StoredValueAccountTypeStoredValueAccountID. getStoredValueAccountType()Gets the value of the storedValueAccountType property.static StoredValueAccountTypeStoredValueAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static StoredValueAccountType[]StoredValueAccountType. 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 StoredValueAccountType Modifier and Type Method Description voidStoredValueAccountID. setStoredValueAccountType(StoredValueAccountType value)Sets the value of the storedValueAccountType property.
-