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