Uses of Class
com.adyen.model.nexo.DisplayRequest
-
Packages that use DisplayRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of DisplayRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type DisplayRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withDisplayRequest(DisplayRequest displayRequest) -
Uses of DisplayRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as DisplayRequest Modifier and Type Field Description protected DisplayRequestSaleToPOIRequest. displayRequestThe Display request.Methods in com.adyen.model.nexo that return DisplayRequest Modifier and Type Method Description DisplayRequestObjectFactory. createDisplayRequest()Create an instance ofDisplayRequestDisplayRequestSaleToPOIRequest. getDisplayRequest()Gets the value of the displayRequest property.Methods in com.adyen.model.nexo with parameters of type DisplayRequest Modifier and Type Method Description voidSaleToPOIRequest. setDisplayRequest(DisplayRequest value)Sets the value of the displayRequest property.
-