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