Package com.increase.api.services.async
Class AccountStatementServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.AccountStatementServiceAsync.WithRawResponse
public final class AccountStatementServiceAsyncImpl.WithRawResponseImpl implements AccountStatementServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<AccountStatement>>retrieve(AccountStatementRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>>list(AccountStatementListParams params, RequestOptions requestOptions)-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<AccountStatement>> retrieve(AccountStatementRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>> list(AccountStatementListParams params, RequestOptions requestOptions)
-
-
-
-