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 CompletableFuture<HttpResponseFor<Transaction>>create(CardSettlementCreateParams params)Returns a raw HTTP response for post /simulations/card_settlements, but is otherwise the same as CardSettlementServiceAsync.create.abstract CompletableFuture<HttpResponseFor<Transaction>>create(CardSettlementCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
@MustBeClosed() CompletableFuture<HttpResponseFor<Transaction>> create(CardSettlementCreateParams params)
Returns a raw HTTP response for
post /simulations/card_settlements, but is otherwise the same as CardSettlementServiceAsync.create.
-
create
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<Transaction>> create(CardSettlementCreateParams params, RequestOptions requestOptions)
-
-
-
-