Uses of Class
com.adyen.model.nexo.InputRequest
-
Packages that use InputRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of InputRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type InputRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withInputRequest(InputRequest inputRequest) -
Uses of InputRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as InputRequest Modifier and Type Field Description protected InputRequestSaleToPOIRequest. inputRequestThe Input request.Methods in com.adyen.model.nexo that return InputRequest Modifier and Type Method Description InputRequestObjectFactory. createInputRequest()Create an instance ofInputRequestInputRequestSaleToPOIRequest. getInputRequest()Gets the value of the inputRequest property.Methods in com.adyen.model.nexo with parameters of type InputRequest Modifier and Type Method Description voidSaleToPOIRequest. setInputRequest(InputRequest value)Sets the value of the inputRequest property.
-