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
Modifier and Type Method Description BalanceService.WithRawResponsebalances()FinancialTransactionService.WithRawResponsefinancialTransactions()CreditConfigurationService.WithRawResponsecreditConfiguration()StatementService.WithRawResponsestatements()LoanTapeService.WithRawResponseloanTapes()HttpResponseFor<FinancialAccount>create(FinancialAccountCreateParams params, RequestOptions requestOptions)HttpResponseFor<FinancialAccount>retrieve(FinancialAccountRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<FinancialAccount>update(FinancialAccountUpdateParams params, RequestOptions requestOptions)HttpResponseFor<FinancialAccountListPage>list(FinancialAccountListParams params, RequestOptions requestOptions)HttpResponseFor<FinancialAccountCreditConfig>chargeOff(FinancialAccountChargeOffParams params, RequestOptions requestOptions)-
-
Method Detail
-
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)
-
chargeOff
HttpResponseFor<FinancialAccountCreditConfig> chargeOff(FinancialAccountChargeOffParams params, RequestOptions requestOptions)
-
-
-
-