Uses of Class
com.adyen.model.nexo.EnableServiceRequest
-
Packages that use EnableServiceRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of EnableServiceRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type EnableServiceRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withEnableServiceRequest(EnableServiceRequest enableServiceRequest) -
Uses of EnableServiceRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as EnableServiceRequest Modifier and Type Field Description protected EnableServiceRequestSaleToPOIRequest. enableServiceRequestThe Enable service request.Methods in com.adyen.model.nexo that return EnableServiceRequest Modifier and Type Method Description EnableServiceRequestObjectFactory. createEnableServiceRequest()Create an instance ofEnableServiceRequestEnableServiceRequestSaleToPOIRequest. getEnableServiceRequest()Gets the value of the enableServiceRequest property.Methods in com.adyen.model.nexo with parameters of type EnableServiceRequest Modifier and Type Method Description voidSaleToPOIRequest. setEnableServiceRequest(EnableServiceRequest value)Sets the value of the enableServiceRequest property.
-