Uses of Class
com.adyen.model.disputes.DefendDisputeResponse
-
Packages that use DefendDisputeResponse Package Description com.adyen.model.disputes com.adyen.service com.adyen.service.disputes -
-
Uses of DefendDisputeResponse in com.adyen.model.disputes
Methods in com.adyen.model.disputes that return DefendDisputeResponse Modifier and Type Method Description DefendDisputeResponseDefendDisputeResponse. disputeServiceResult(DisputeServiceResult disputeServiceResult)disputeServiceResultstatic DefendDisputeResponseDefendDisputeResponse. fromJson(String jsonString)Create an instance of DefendDisputeResponse given an JSON stringDefendDisputeResponseDefendDisputeResponse. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload. -
Uses of DefendDisputeResponse in com.adyen.service
Methods in com.adyen.service that return DefendDisputeResponse Modifier and Type Method Description DefendDisputeResponseDisputesApi. defendDispute(DefendDisputeRequest defendDisputeRequest)Deprecated, for removal: This API element is subject to removal in a future version.DefendDisputeResponseDisputesApi. defendDispute(DefendDisputeRequest defendDisputeRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DefendDisputeResponse in com.adyen.service.disputes
Methods in com.adyen.service.disputes that return DefendDisputeResponse Modifier and Type Method Description DefendDisputeResponseDisputesApi. defendDispute(DefendDisputeRequest defendDisputeRequest)Defend a disputeDefendDisputeResponseDisputesApi. defendDispute(DefendDisputeRequest defendDisputeRequest, RequestOptions requestOptions)Defend a dispute
-