Uses of Class
com.adyen.model.tapi.DisplayResponse
-
Packages that use DisplayResponse Package Description com.adyen.model.tapi -
-
Uses of DisplayResponse in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return DisplayResponse Modifier and Type Method Description DisplayResponseDisplayResponse. addOutputResultItem(OutputResult outputResultItem)static DisplayResponseDisplayResponse. fromJson(String jsonString)Create an instance of DisplayResponse given an JSON stringDisplayResponseSaleToPOIResponse. getDisplayResponse()Get displayResponseDisplayResponseDisplayResponse. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.DisplayResponseDisplayResponse. outputResult(List<OutputResult> outputResult)Information related to the result the output (display, print, input).Methods in com.adyen.model.tapi with parameters of type DisplayResponse Modifier and Type Method Description SaleToPOIResponseSaleToPOIResponse. displayResponse(DisplayResponse displayResponse)displayResponsevoidSaleToPOIResponse. setDisplayResponse(DisplayResponse displayResponse)displayResponse
-