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