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