Uses of Class
com.adyen.model.tapi.EnableServiceResponse
-
Packages that use EnableServiceResponse Package Description com.adyen.model.tapi -
-
Uses of EnableServiceResponse in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return EnableServiceResponse Modifier and Type Method Description static EnableServiceResponseEnableServiceResponse. fromJson(String jsonString)Create an instance of EnableServiceResponse given an JSON stringEnableServiceResponseSaleToPOIResponse. getEnableServiceResponse()Get enableServiceResponseEnableServiceResponseEnableServiceResponse. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.EnableServiceResponseEnableServiceResponse. response(Response response)responseMethods in com.adyen.model.tapi with parameters of type EnableServiceResponse Modifier and Type Method Description SaleToPOIResponseSaleToPOIResponse. enableServiceResponse(EnableServiceResponse enableServiceResponse)enableServiceResponsevoidSaleToPOIResponse. setEnableServiceResponse(EnableServiceResponse enableServiceResponse)enableServiceResponse
-