Uses of Class
com.adyen.model.nexo.StoredValueResponse
-
Packages that use StoredValueResponse Package Description com.adyen.model.nexo -
-
Uses of StoredValueResponse in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as StoredValueResponse Modifier and Type Field Description protected StoredValueResponseRepeatedMessageResponseBody. storedValueResponseThe Stored value response.protected StoredValueResponseRepeatedResponseMessageBody. storedValueResponseThe Stored value response.protected StoredValueResponseSaleToPOIResponse. storedValueResponseThe Stored value response.Methods in com.adyen.model.nexo that return StoredValueResponse Modifier and Type Method Description StoredValueResponseObjectFactory. createStoredValueResponse()Create an instance ofStoredValueResponseStoredValueResponseRepeatedMessageResponseBody. getStoredValueResponse()Gets the value of the storedValueResponse property.StoredValueResponseRepeatedResponseMessageBody. getStoredValueResponse()Gets the value of the storedValueResponse property.StoredValueResponseSaleToPOIResponse. getStoredValueResponse()Gets the value of the storedValueResponse property.Methods in com.adyen.model.nexo with parameters of type StoredValueResponse Modifier and Type Method Description voidRepeatedMessageResponseBody. setStoredValueResponse(StoredValueResponse value)Sets the value of the storedValueResponse property.voidRepeatedResponseMessageBody. setStoredValueResponse(StoredValueResponse value)Sets the value of the storedValueResponse property.voidSaleToPOIResponse. setStoredValueResponse(StoredValueResponse value)Sets the value of the storedValueResponse property.
-