Package com.lithic.api.services.async
Class ExternalPaymentServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.ExternalPaymentServiceAsync.WithRawResponse
public final class ExternalPaymentServiceAsyncImpl.WithRawResponseImpl implements ExternalPaymentServiceAsync.WithRawResponse
-
-
Method Summary
-
Methods inherited from class com.lithic.api.services.async.ExternalPaymentServiceAsync.WithRawResponse
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
-
withOptions
ExternalPaymentServiceAsync.WithRawResponse 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<HttpResponseFor<ExternalPayment>> create(ExternalPaymentCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<ExternalPayment>> retrieve(ExternalPaymentRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<ExternalPaymentListPageAsync>> list(ExternalPaymentListParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<ExternalPayment>> cancel(ExternalPaymentCancelParams params, RequestOptions requestOptions)
-
release
CompletableFuture<HttpResponseFor<ExternalPayment>> release(ExternalPaymentReleaseParams params, RequestOptions requestOptions)
-
reverse
CompletableFuture<HttpResponseFor<ExternalPayment>> reverse(ExternalPaymentReverseParams params, RequestOptions requestOptions)
-
settle
CompletableFuture<HttpResponseFor<ExternalPayment>> settle(ExternalPaymentSettleParams params, RequestOptions requestOptions)
-
-
-
-