Uses of Class
com.adyen.model.nexo.StoredValueTransactionType
-
Packages that use StoredValueTransactionType Package Description com.adyen.model.nexo -
-
Uses of StoredValueTransactionType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as StoredValueTransactionType Modifier and Type Field Description protected StoredValueTransactionTypeStoredValueData. storedValueTransactionTypeThe Stored value transaction.protected StoredValueTransactionTypeStoredValueResult. storedValueTransactionTypeThe Stored value transaction.Methods in com.adyen.model.nexo that return StoredValueTransactionType Modifier and Type Method Description static StoredValueTransactionTypeStoredValueTransactionType. fromValue(String v)From value stored value transaction type.StoredValueTransactionTypeStoredValueData. getStoredValueTransactionType()Gets the value of the storedValueTransactionType property.StoredValueTransactionTypeStoredValueResult. getStoredValueTransactionType()Gets the value of the storedValueTransactionType property.static StoredValueTransactionTypeStoredValueTransactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static StoredValueTransactionType[]StoredValueTransactionType. 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 StoredValueTransactionType Modifier and Type Method Description voidStoredValueData. setStoredValueTransactionType(StoredValueTransactionType value)Sets the value of the storedValueTransactionType property.voidStoredValueResult. setStoredValueTransactionType(StoredValueTransactionType value)Sets the value of the storedValueTransactionType property.
-