Class FinancialTransactionServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.financialAccounts.FinancialTransactionServiceAsync.WithRawResponse
public final class FinancialTransactionServiceAsyncImpl.WithRawResponseImpl implements FinancialTransactionServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<FinancialTransaction>>retrieve(FinancialTransactionRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<FinancialTransactionListPageAsync>>list(FinancialTransactionListParams params, RequestOptions requestOptions)-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<FinancialTransaction>> retrieve(FinancialTransactionRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<FinancialTransactionListPageAsync>> list(FinancialTransactionListParams params, RequestOptions requestOptions)
-
-
-
-