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