Package com.lithic.api.services.async
Class FinancialAccountServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.FinancialAccountServiceAsync.WithRawResponse
public final class FinancialAccountServiceAsyncImpl.WithRawResponseImpl implements FinancialAccountServiceAsync.WithRawResponse
-
-
Method Summary
-
Methods inherited from class com.lithic.api.services.async.FinancialAccountServiceAsync.WithRawResponse
create, list, list, list, registerAccountNumber, registerAccountNumber, registerAccountNumber, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update, updateStatus, updateStatus, updateStatus -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
FinancialAccountServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
balances
BalanceServiceAsync.WithRawResponse balances()
-
financialTransactions
FinancialTransactionServiceAsync.WithRawResponse financialTransactions()
-
creditConfiguration
CreditConfigurationServiceAsync.WithRawResponse creditConfiguration()
-
statements
StatementServiceAsync.WithRawResponse statements()
-
loanTapes
LoanTapeServiceAsync.WithRawResponse loanTapes()
-
create
CompletableFuture<HttpResponseFor<FinancialAccount>> create(FinancialAccountCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<FinancialAccount>> retrieve(FinancialAccountRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<FinancialAccount>> update(FinancialAccountUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<FinancialAccountListPageAsync>> list(FinancialAccountListParams params, RequestOptions requestOptions)
-
registerAccountNumber
CompletableFuture<HttpResponse> registerAccountNumber(FinancialAccountRegisterAccountNumberParams params, RequestOptions requestOptions)
-
updateStatus
CompletableFuture<HttpResponseFor<FinancialAccount>> updateStatus(FinancialAccountUpdateStatusParams params, RequestOptions requestOptions)
-
-
-
-