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
-
withOptions
abstract FinancialAccountServiceAsync.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
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
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
abstract CompletableFuture<HttpResponseFor<FinancialAccount>> create(FinancialAccountCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<FinancialAccount>> retrieve(String financialAccountToken)
Returns a raw HTTP response for
get /v1/financial_accounts/{financial_account_token}, but is otherwise the same as FinancialAccountServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<FinancialAccount>> retrieve(String financialAccountToken, FinancialAccountRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<FinancialAccount>> retrieve(String financialAccountToken, FinancialAccountRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<FinancialAccount>> retrieve(FinancialAccountRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<FinancialAccount>> retrieve(FinancialAccountRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<FinancialAccount>> retrieve(String financialAccountToken, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<FinancialAccount>> update(String financialAccountToken)
Returns a raw HTTP response for
patch /v1/financial_accounts/{financial_account_token}, but is otherwise the same as FinancialAccountServiceAsync.update.
-
update
CompletableFuture<HttpResponseFor<FinancialAccount>> update(String financialAccountToken, FinancialAccountUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<FinancialAccount>> update(String financialAccountToken, FinancialAccountUpdateParams params)
-
update
abstract CompletableFuture<HttpResponseFor<FinancialAccount>> update(FinancialAccountUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<FinancialAccount>> update(FinancialAccountUpdateParams params)
-
update
CompletableFuture<HttpResponseFor<FinancialAccount>> update(String financialAccountToken, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<FinancialAccountListPageAsync>> list()
Returns a raw HTTP response for
get /v1/financial_accounts, but is otherwise the same as FinancialAccountServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<FinancialAccountListPageAsync>> list(FinancialAccountListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<FinancialAccountListPageAsync>> list(FinancialAccountListParams params)
-
list
CompletableFuture<HttpResponseFor<FinancialAccountListPageAsync>> list(RequestOptions requestOptions)
-
registerAccountNumber
CompletableFuture<HttpResponse> registerAccountNumber(String financialAccountToken, FinancialAccountRegisterAccountNumberParams params)
Returns a raw HTTP response for
post /v1/financial_accounts/{financial_account_token}/register_account_number, but is otherwise the same as FinancialAccountServiceAsync.registerAccountNumber.
-
registerAccountNumber
CompletableFuture<HttpResponse> registerAccountNumber(String financialAccountToken, FinancialAccountRegisterAccountNumberParams params, RequestOptions requestOptions)
-
registerAccountNumber
CompletableFuture<HttpResponse> registerAccountNumber(FinancialAccountRegisterAccountNumberParams params)
-
registerAccountNumber
abstract CompletableFuture<HttpResponse> registerAccountNumber(FinancialAccountRegisterAccountNumberParams params, RequestOptions requestOptions)
-
updateStatus
CompletableFuture<HttpResponseFor<FinancialAccount>> updateStatus(String financialAccountToken, FinancialAccountUpdateStatusParams params)
Returns a raw HTTP response for
post /v1/financial_accounts/{financial_account_token}/update_status, but is otherwise the same as FinancialAccountServiceAsync.updateStatus.
-
updateStatus
CompletableFuture<HttpResponseFor<FinancialAccount>> updateStatus(String financialAccountToken, FinancialAccountUpdateStatusParams params, RequestOptions requestOptions)
-
updateStatus
CompletableFuture<HttpResponseFor<FinancialAccount>> updateStatus(FinancialAccountUpdateStatusParams params)
-
updateStatus
abstract CompletableFuture<HttpResponseFor<FinancialAccount>> updateStatus(FinancialAccountUpdateStatusParams params, RequestOptions requestOptions)
-
-
-
-