Package com.lithic.api.services.async
Class ExternalPaymentServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.ExternalPaymentServiceAsync
public final class ExternalPaymentServiceAsyncImpl implements ExternalPaymentServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExternalPaymentServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.lithic.api.services.async.ExternalPaymentServiceAsync
cancel, cancel, cancel, create, list, list, list, release, release, release, retrieve, retrieve, retrieve, retrieve, retrieve, reverse, reverse, reverse, settle, settle, settle -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
ExternalPaymentServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ExternalPaymentServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<ExternalPayment> create(ExternalPaymentCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<ExternalPayment> retrieve(ExternalPaymentRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<ExternalPaymentListPageAsync> list(ExternalPaymentListParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<ExternalPayment> cancel(ExternalPaymentCancelParams params, RequestOptions requestOptions)
-
release
CompletableFuture<ExternalPayment> release(ExternalPaymentReleaseParams params, RequestOptions requestOptions)
-
reverse
CompletableFuture<ExternalPayment> reverse(ExternalPaymentReverseParams params, RequestOptions requestOptions)
-
settle
CompletableFuture<ExternalPayment> settle(ExternalPaymentSettleParams params, RequestOptions requestOptions)
-
-
-
-