Package com.lithic.api.services.async
Class ExternalBankAccountServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.ExternalBankAccountServiceAsync.WithRawResponse
public final class ExternalBankAccountServiceAsyncImpl.WithRawResponseImpl implements ExternalBankAccountServiceAsync.WithRawResponse
-
-
Method Summary
-
Methods inherited from class com.lithic.api.services.async.ExternalBankAccountServiceAsync.WithRawResponse
create, create, create, list, list, list, retrieve, retryMicroDeposits, retryPrenote, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
microDeposits
MicroDepositServiceAsync.WithRawResponse microDeposits()
-
create
CompletableFuture<HttpResponseFor<ExternalBankAccountCreateResponse>> create(ExternalBankAccountCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<ExternalBankAccountRetrieveResponse>> retrieve(ExternalBankAccountRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<ExternalBankAccountUpdateResponse>> update(ExternalBankAccountUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<ExternalBankAccountListPageAsync>> list(ExternalBankAccountListParams params, RequestOptions requestOptions)
-
retryMicroDeposits
CompletableFuture<HttpResponseFor<ExternalBankAccountRetryMicroDepositsResponse>> retryMicroDeposits(ExternalBankAccountRetryMicroDepositsParams params, RequestOptions requestOptions)
-
retryPrenote
CompletableFuture<HttpResponseFor<ExternalBankAccountRetryPrenoteResponse>> retryPrenote(ExternalBankAccountRetryPrenoteParams params, RequestOptions requestOptions)
-
-
-
-