Uses of Class
com.adyen.model.nexo.AbortRequest
-
Packages that use AbortRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of AbortRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type AbortRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withAbortRequest(AbortRequest abortRequest) -
Uses of AbortRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as AbortRequest Modifier and Type Field Description protected AbortRequestSaleToPOIRequest. abortRequestThe Abort request.Methods in com.adyen.model.nexo that return AbortRequest Modifier and Type Method Description AbortRequestObjectFactory. createAbortRequest()Create an instance ofAbortRequestAbortRequestSaleToPOIRequest. getAbortRequest()Gets the value of the abortRequest property.Methods in com.adyen.model.nexo with parameters of type AbortRequest Modifier and Type Method Description voidSaleToPOIRequest. setAbortRequest(AbortRequest value)Sets the value of the abortRequest property.
-