Uses of Class
com.adyen.model.tapi.PrintResponse
-
Packages that use PrintResponse Package Description com.adyen.model.tapi -
-
Uses of PrintResponse in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return PrintResponse Modifier and Type Method Description PrintResponsePrintResponse. documentQualifier(DocumentQualifier documentQualifier)documentQualifierstatic PrintResponsePrintResponse. fromJson(String jsonString)Create an instance of PrintResponse given an JSON stringPrintResponseSaleToPOIResponse. getPrintResponse()Get printResponsePrintResponsePrintResponse. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PrintResponsePrintResponse. response(Response response)responseMethods in com.adyen.model.tapi with parameters of type PrintResponse Modifier and Type Method Description SaleToPOIResponseSaleToPOIResponse. printResponse(PrintResponse printResponse)printResponsevoidSaleToPOIResponse. setPrintResponse(PrintResponse printResponse)printResponse
-