Uses of Class
com.adyen.model.tapi.StoredValueAccountType
-
Packages that use StoredValueAccountType Package Description com.adyen.model.tapi -
-
Uses of StoredValueAccountType in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return StoredValueAccountType Modifier and Type Method Description static StoredValueAccountTypeStoredValueAccountType. fromValue(String value)StoredValueAccountTypeStoredValueAccountID. getStoredValueAccountType()Get storedValueAccountTypestatic 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.tapi with parameters of type StoredValueAccountType Modifier and Type Method Description voidStoredValueAccountID. setStoredValueAccountType(StoredValueAccountType storedValueAccountType)storedValueAccountTypeStoredValueAccountIDStoredValueAccountID. storedValueAccountType(StoredValueAccountType storedValueAccountType)storedValueAccountType
-