Class CardRefundServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.simulations.CardRefundServiceAsync.WithRawResponse
public final class CardRefundServiceAsyncImpl.WithRawResponseImpl implements CardRefundServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<Transaction>>create(SimulationCardRefundCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/card_refunds, but is otherwise the same as CardRefundServiceAsync.create.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<Transaction>> create(SimulationCardRefundCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/card_refunds, but is otherwise the same as CardRefundServiceAsync.create.
-
-
-
-