Class CardDisputeServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.simulations.CardDisputeServiceAsync.WithRawResponse
public final class CardDisputeServiceAsyncImpl.WithRawResponseImpl implements CardDisputeServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<CardDispute>>action(SimulationCardDisputeActionParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/card_disputes/{card_dispute_id}/action, but is otherwise the same as CardDisputeServiceAsync.action.-
-
Method Detail
-
action
CompletableFuture<HttpResponseFor<CardDispute>> action(SimulationCardDisputeActionParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/card_disputes/{card_dispute_id}/action, but is otherwise the same as CardDisputeServiceAsync.action.
-
-
-
-