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
Modifier and Type Method Description BalanceServiceAsync.WithRawResponsebalances()FinancialTransactionServiceAsync.WithRawResponsefinancialTransactions()CreditConfigurationServiceAsync.WithRawResponsecreditConfiguration()StatementServiceAsync.WithRawResponsestatements()LoanTapeServiceAsync.WithRawResponseloanTapes()CompletableFuture<HttpResponseFor<FinancialAccount>>create(FinancialAccountCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<FinancialAccount>>retrieve(FinancialAccountRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<FinancialAccount>>update(FinancialAccountUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<FinancialAccountListPageAsync>>list(FinancialAccountListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<FinancialAccountCreditConfig>>chargeOff(FinancialAccountChargeOffParams params, RequestOptions requestOptions)-
-
Method Detail
-
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)
-
chargeOff
CompletableFuture<HttpResponseFor<FinancialAccountCreditConfig>> chargeOff(FinancialAccountChargeOffParams params, RequestOptions requestOptions)
-
-
-
-