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