Uses of Class
com.adyen.model.nexo.PrintRequest
-
Packages that use PrintRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of PrintRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type PrintRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withPrintRequest(PrintRequest printRequest) -
Uses of PrintRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PrintRequest Modifier and Type Field Description protected PrintRequestSaleToPOIRequest. printRequestThe Print request.Methods in com.adyen.model.nexo that return PrintRequest Modifier and Type Method Description PrintRequestObjectFactory. createPrintRequest()Create an instance ofPrintRequestPrintRequestSaleToPOIRequest. getPrintRequest()Gets the value of the printRequest property.Methods in com.adyen.model.nexo with parameters of type PrintRequest Modifier and Type Method Description voidSaleToPOIRequest. setPrintRequest(PrintRequest value)Sets the value of the printRequest property.
-