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