Uses of Class
com.adyen.model.nexo.StoredValueResult
-
Packages that use StoredValueResult Package Description com.adyen.model.nexo -
-
Uses of StoredValueResult in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type StoredValueResult Modifier and Type Field Description protected List<StoredValueResult>StoredValueResponse. storedValueResultThe Stored value result.Methods in com.adyen.model.nexo that return StoredValueResult Modifier and Type Method Description StoredValueResultObjectFactory. createStoredValueResult()Create an instance ofStoredValueResultMethods in com.adyen.model.nexo that return types with arguments of type StoredValueResult Modifier and Type Method Description List<StoredValueResult>StoredValueResponse. getStoredValueResult()Gets the value of the storedValueResult property.
-