Class InterestPaymentServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.simulations.InterestPaymentService.WithRawResponse
public final class InterestPaymentServiceImpl.WithRawResponseImpl implements InterestPaymentService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description 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.-
-
Method Detail
-
create
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.
-
-
-
-