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