Uses of Class
com.adyen.model.tapi.PrintRequest
-
Packages that use PrintRequest Package Description com.adyen.model.tapi -
-
Uses of PrintRequest in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return PrintRequest Modifier and Type Method Description static PrintRequestPrintRequest. fromJson(String jsonString)Create an instance of PrintRequest given an JSON stringPrintRequestSaleToPOIRequest. getPrintRequest()Get printRequestPrintRequestPrintRequest. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PrintRequestPrintRequest. printOutput(PrintOutput printOutput)printOutputMethods in com.adyen.model.tapi with parameters of type PrintRequest Modifier and Type Method Description SaleToPOIRequestSaleToPOIRequest. printRequest(PrintRequest printRequest)printRequestvoidSaleToPOIRequest. setPrintRequest(PrintRequest printRequest)printRequest
-