Package com.lithic.api.services.async
Class FinancialAccountServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.FinancialAccountServiceAsync
public final class FinancialAccountServiceAsyncImpl implements FinancialAccountServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFinancialAccountServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description FinancialAccountServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BalanceServiceAsyncbalances()FinancialTransactionServiceAsyncfinancialTransactions()CreditConfigurationServiceAsynccreditConfiguration()StatementServiceAsyncstatements()LoanTapeServiceAsyncloanTapes()CompletableFuture<FinancialAccount>create(FinancialAccountCreateParams params, RequestOptions requestOptions)CompletableFuture<FinancialAccount>retrieve(FinancialAccountRetrieveParams params, RequestOptions requestOptions)CompletableFuture<FinancialAccount>update(FinancialAccountUpdateParams params, RequestOptions requestOptions)CompletableFuture<FinancialAccountListPageAsync>list(FinancialAccountListParams params, RequestOptions requestOptions)CompletableFuture<FinancialAccountCreditConfig>chargeOff(FinancialAccountChargeOffParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
FinancialAccountServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
balances
BalanceServiceAsync balances()
-
financialTransactions
FinancialTransactionServiceAsync financialTransactions()
-
creditConfiguration
CreditConfigurationServiceAsync creditConfiguration()
-
statements
StatementServiceAsync statements()
-
loanTapes
LoanTapeServiceAsync loanTapes()
-
create
CompletableFuture<FinancialAccount> create(FinancialAccountCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<FinancialAccount> retrieve(FinancialAccountRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<FinancialAccount> update(FinancialAccountUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<FinancialAccountListPageAsync> list(FinancialAccountListParams params, RequestOptions requestOptions)
-
chargeOff
CompletableFuture<FinancialAccountCreditConfig> chargeOff(FinancialAccountChargeOffParams params, RequestOptions requestOptions)
-
-
-
-