Uses of Class
com.adyen.model.nexo.StoredValueData
-
Packages that use StoredValueData Package Description com.adyen.model.nexo -
-
Uses of StoredValueData in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type StoredValueData Modifier and Type Field Description protected List<StoredValueData>StoredValueRequest. storedValueDataThe Stored value data.Methods in com.adyen.model.nexo that return StoredValueData Modifier and Type Method Description StoredValueDataObjectFactory. createStoredValueData()Create an instance ofStoredValueDataMethods in com.adyen.model.nexo that return types with arguments of type StoredValueData Modifier and Type Method Description List<StoredValueData>StoredValueRequest. getStoredValueData()Gets the value of the storedValueData property.
-