Class FinancialTransactionServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.cards.FinancialTransactionServiceAsync
public final class FinancialTransactionServiceAsyncImpl implements FinancialTransactionServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFinancialTransactionServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description FinancialTransactionServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. FinancialTransactionServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<FinancialTransaction>retrieve(CardFinancialTransactionRetrieveParams params, RequestOptions requestOptions)CompletableFuture<CardFinancialTransactionListPageAsync>list(CardFinancialTransactionListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
FinancialTransactionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
FinancialTransactionServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<FinancialTransaction> retrieve(CardFinancialTransactionRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<CardFinancialTransactionListPageAsync> list(CardFinancialTransactionListParams params, RequestOptions requestOptions)
-
-
-
-