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