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