Package com.lithic.api.services.blocking
Class FinancialAccountServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.blocking.FinancialAccountService.WithRawResponse
public final class FinancialAccountServiceImpl.WithRawResponseImpl implements FinancialAccountService.WithRawResponse
-
-
Method Summary
-
Methods inherited from class com.lithic.api.services.blocking.FinancialAccountService.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
FinancialAccountService.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
BalanceService.WithRawResponse balances()
-
financialTransactions
FinancialTransactionService.WithRawResponse financialTransactions()
-
creditConfiguration
CreditConfigurationService.WithRawResponse creditConfiguration()
-
statements
StatementService.WithRawResponse statements()
-
loanTapes
LoanTapeService.WithRawResponse loanTapes()
-
create
HttpResponseFor<FinancialAccount> create(FinancialAccountCreateParams params, RequestOptions requestOptions)
-
retrieve
HttpResponseFor<FinancialAccount> retrieve(FinancialAccountRetrieveParams params, RequestOptions requestOptions)
-
update
HttpResponseFor<FinancialAccount> update(FinancialAccountUpdateParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<FinancialAccountListPage> list(FinancialAccountListParams params, RequestOptions requestOptions)
-
registerAccountNumber
HttpResponse registerAccountNumber(FinancialAccountRegisterAccountNumberParams params, RequestOptions requestOptions)
-
updateStatus
HttpResponseFor<FinancialAccount> updateStatus(FinancialAccountUpdateStatusParams params, RequestOptions requestOptions)
-
-
-
-