Interface FinancialAccountServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface FinancialAccountServiceAsync.WithRawResponseA view of FinancialAccountServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
balances
abstract BalanceServiceAsync.WithRawResponse balances()
-
financialTransactions
abstract FinancialTransactionServiceAsync.WithRawResponse financialTransactions()
-
creditConfiguration
abstract CreditConfigurationServiceAsync.WithRawResponse creditConfiguration()
-
statements
abstract StatementServiceAsync.WithRawResponse statements()
-
loanTapes
abstract LoanTapeServiceAsync.WithRawResponse loanTapes()
-
create
@MustBeClosed() CompletableFuture<HttpResponseFor<FinancialAccount>> create(FinancialAccountCreateParams params)
Returns a raw HTTP response for
post /v1/financial_accounts, but is otherwise the same as FinancialAccountServiceAsync.create.
-
create
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<FinancialAccount>> create(FinancialAccountCreateParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<FinancialAccount>> retrieve(FinancialAccountRetrieveParams params)
Returns a raw HTTP response for
get /v1/financial_accounts/{financial_account_token}, but is otherwise the same as FinancialAccountServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<FinancialAccount>> retrieve(FinancialAccountRetrieveParams params, RequestOptions requestOptions)
-
update
@MustBeClosed() CompletableFuture<HttpResponseFor<FinancialAccount>> update(FinancialAccountUpdateParams params)
Returns a raw HTTP response for
patch /v1/financial_accounts/{financial_account_token}, but is otherwise the same as FinancialAccountServiceAsync.update.
-
update
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<FinancialAccount>> update(FinancialAccountUpdateParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<FinancialAccountListPageAsync>> list()
Returns a raw HTTP response for
get /v1/financial_accounts, but is otherwise the same as FinancialAccountServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<FinancialAccountListPageAsync>> list(FinancialAccountListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<FinancialAccountListPageAsync>> list(FinancialAccountListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<FinancialAccountListPageAsync>> list(RequestOptions requestOptions)
-
chargeOff
@MustBeClosed() CompletableFuture<HttpResponseFor<FinancialAccountCreditConfig>> chargeOff(FinancialAccountChargeOffParams params)
Returns a raw HTTP response for
post /v1/financial_accounts/{financial_account_token}/charge_off, but is otherwise the same as FinancialAccountServiceAsync.chargeOff.
-
chargeOff
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<FinancialAccountCreditConfig>> chargeOff(FinancialAccountChargeOffParams params, RequestOptions requestOptions)
-
-
-
-