Package com.lithic.api.services.async
Interface FinancialAccountServiceAsync
-
- All Implemented Interfaces:
public interface FinancialAccountServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceFinancialAccountServiceAsync.WithRawResponseA view of FinancialAccountServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract FinancialAccountServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
balances
abstract BalanceServiceAsync balances()
-
financialTransactions
abstract FinancialTransactionServiceAsync financialTransactions()
-
creditConfiguration
abstract CreditConfigurationServiceAsync creditConfiguration()
-
statements
abstract StatementServiceAsync statements()
-
loanTapes
abstract LoanTapeServiceAsync loanTapes()
-
create
CompletableFuture<FinancialAccount> create(FinancialAccountCreateParams params)
Create a new financial account
-
create
abstract CompletableFuture<FinancialAccount> create(FinancialAccountCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<FinancialAccount> retrieve(FinancialAccountRetrieveParams params)
Get a financial account
-
retrieve
abstract CompletableFuture<FinancialAccount> retrieve(FinancialAccountRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<FinancialAccount> update(FinancialAccountUpdateParams params)
Update a financial account
-
update
abstract CompletableFuture<FinancialAccount> update(FinancialAccountUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<FinancialAccountListPageAsync> list()
Retrieve information on your financial accounts including routing and account number.
-
list
abstract CompletableFuture<FinancialAccountListPageAsync> list(FinancialAccountListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<FinancialAccountListPageAsync> list(RequestOptions requestOptions)
-
chargeOff
CompletableFuture<FinancialAccountCreditConfig> chargeOff(FinancialAccountChargeOffParams params)
Update issuing account state to charged off
-
chargeOff
abstract CompletableFuture<FinancialAccountCreditConfig> chargeOff(FinancialAccountChargeOffParams params, RequestOptions requestOptions)
-
-
-
-