Interface CardDisputeServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface CardDisputeServiceAsync.WithRawResponseA view of CardDisputeServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract CompletableFuture<HttpResponseFor<CardDispute>>action(SimulationCardDisputeActionParams params)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
abstract 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.
-
action
abstract CompletableFuture<HttpResponseFor<CardDispute>> action(SimulationCardDisputeActionParams params)
Returns a raw HTTP response for
post /simulations/card_disputes/{card_dispute_id}/action, but is otherwise the same as CardDisputeServiceAsync.action.
-
-
-
-