Interface CardReversalServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface CardReversalServiceAsync.WithRawResponseA view of CardReversalServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<CardPayment>>create(SimulationCardReversalCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/card_reversals, but is otherwise the same as CardReversalServiceAsync.create.abstract CompletableFuture<HttpResponseFor<CardPayment>>create(SimulationCardReversalCreateParams params)Returns a raw HTTP response for post /simulations/card_reversals, but is otherwise the same as CardReversalServiceAsync.create.-
-
Method Detail
-
create
abstract CompletableFuture<HttpResponseFor<CardPayment>> create(SimulationCardReversalCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/card_reversals, but is otherwise the same as CardReversalServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<CardPayment>> create(SimulationCardReversalCreateParams params)
Returns a raw HTTP response for
post /simulations/card_reversals, but is otherwise the same as CardReversalServiceAsync.create.
-
-
-
-