Interface CardSettlementServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface CardSettlementServiceAsync.WithRawResponseA view of CardSettlementServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract CompletableFuture<HttpResponseFor<Transaction>>create(SimulationCardSettlementCreateParams params)Returns a raw HTTP response for post /simulations/card_settlements, but is otherwise the same as CardSettlementServiceAsync.create.-
-
Method Detail
-
create
abstract 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.
-
create
abstract CompletableFuture<HttpResponseFor<Transaction>> create(SimulationCardSettlementCreateParams params)
Returns a raw HTTP response for
post /simulations/card_settlements, but is otherwise the same as CardSettlementServiceAsync.create.
-
-
-
-