Package com.bennyapi.services.async
Class PaymentServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.bennyapi.services.async.PaymentServiceAsync.WithRawResponse
public final class PaymentServiceAsyncImpl.WithRawResponseImpl implements PaymentServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description PaymentServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<PaymentCreateIntentResponse>>createIntent(PaymentCreateIntentParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<PaymentCreateMethodResponse>>createMethod(PaymentCreateMethodParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>deleteIntent(PaymentDeleteIntentParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<PaymentRefundResponse>>refund(PaymentRefundParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<PaymentReverseResponse>>reverse(PaymentReverseParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<PaymentUpdateIntentResponse>>updateIntent(PaymentUpdateIntentParams params, RequestOptions requestOptions)-
Methods inherited from class com.bennyapi.services.async.PaymentServiceAsync.WithRawResponse
createIntent, createMethod, deleteIntent, refund, reverse, reverse, reverse, updateIntent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
PaymentServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
createIntent
CompletableFuture<HttpResponseFor<PaymentCreateIntentResponse>> createIntent(PaymentCreateIntentParams params, RequestOptions requestOptions)
-
createMethod
CompletableFuture<HttpResponseFor<PaymentCreateMethodResponse>> createMethod(PaymentCreateMethodParams params, RequestOptions requestOptions)
-
deleteIntent
CompletableFuture<HttpResponse> deleteIntent(PaymentDeleteIntentParams params, RequestOptions requestOptions)
-
refund
CompletableFuture<HttpResponseFor<PaymentRefundResponse>> refund(PaymentRefundParams params, RequestOptions requestOptions)
-
reverse
CompletableFuture<HttpResponseFor<PaymentReverseResponse>> reverse(PaymentReverseParams params, RequestOptions requestOptions)
-
updateIntent
CompletableFuture<HttpResponseFor<PaymentUpdateIntentResponse>> updateIntent(PaymentUpdateIntentParams params, RequestOptions requestOptions)
-
-
-
-