Uses of Class
com.adyen.model.tapi.StoredValueTransactionType
-
Packages that use StoredValueTransactionType Package Description com.adyen.model.tapi -
-
Uses of StoredValueTransactionType in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return StoredValueTransactionType Modifier and Type Method Description static StoredValueTransactionTypeStoredValueTransactionType. fromValue(String value)StoredValueTransactionTypeStoredValueData. getStoredValueTransactionType()Get storedValueTransactionTypeStoredValueTransactionTypeStoredValueResult. getStoredValueTransactionType()Get storedValueTransactionTypestatic 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.tapi with parameters of type StoredValueTransactionType Modifier and Type Method Description voidStoredValueData. setStoredValueTransactionType(StoredValueTransactionType storedValueTransactionType)storedValueTransactionTypevoidStoredValueResult. setStoredValueTransactionType(StoredValueTransactionType storedValueTransactionType)storedValueTransactionTypeStoredValueDataStoredValueData. storedValueTransactionType(StoredValueTransactionType storedValueTransactionType)storedValueTransactionTypeStoredValueResultStoredValueResult. storedValueTransactionType(StoredValueTransactionType storedValueTransactionType)storedValueTransactionType
-