Uses of Class
com.adyen.model.nexo.StoredValueRequest
-
Packages that use StoredValueRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of StoredValueRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type StoredValueRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withStoredValueRequest(StoredValueRequest storedValueRequest) -
Uses of StoredValueRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as StoredValueRequest Modifier and Type Field Description protected StoredValueRequestSaleToPOIRequest. storedValueRequestThe Stored value request.Methods in com.adyen.model.nexo that return StoredValueRequest Modifier and Type Method Description StoredValueRequestObjectFactory. createStoredValueRequest()Create an instance ofStoredValueRequestStoredValueRequestSaleToPOIRequest. getStoredValueRequest()Gets the value of the storedValueRequest property.Methods in com.adyen.model.nexo with parameters of type StoredValueRequest Modifier and Type Method Description voidSaleToPOIRequest. setStoredValueRequest(StoredValueRequest value)Sets the value of the storedValueRequest property.
-