Package com.bennyapi.services.blocking
Class PaymentServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.bennyapi.services.blocking.PaymentService.WithRawResponse
public final class PaymentServiceImpl.WithRawResponseImpl implements PaymentService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description PaymentService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<PaymentCreateIntentResponse>createIntent(PaymentCreateIntentParams params, RequestOptions requestOptions)HttpResponseFor<PaymentCreateMethodResponse>createMethod(PaymentCreateMethodParams params, RequestOptions requestOptions)HttpResponsedeleteIntent(PaymentDeleteIntentParams params, RequestOptions requestOptions)HttpResponseFor<PaymentRefundResponse>refund(PaymentRefundParams params, RequestOptions requestOptions)HttpResponseFor<PaymentReverseResponse>reverse(PaymentReverseParams params, RequestOptions requestOptions)HttpResponseFor<PaymentUpdateIntentResponse>updateIntent(PaymentUpdateIntentParams params, RequestOptions requestOptions)-
Methods inherited from class com.bennyapi.services.blocking.PaymentService.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
PaymentService.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
HttpResponseFor<PaymentCreateIntentResponse> createIntent(PaymentCreateIntentParams params, RequestOptions requestOptions)
-
createMethod
HttpResponseFor<PaymentCreateMethodResponse> createMethod(PaymentCreateMethodParams params, RequestOptions requestOptions)
-
deleteIntent
HttpResponse deleteIntent(PaymentDeleteIntentParams params, RequestOptions requestOptions)
-
refund
HttpResponseFor<PaymentRefundResponse> refund(PaymentRefundParams params, RequestOptions requestOptions)
-
reverse
HttpResponseFor<PaymentReverseResponse> reverse(PaymentReverseParams params, RequestOptions requestOptions)
-
updateIntent
HttpResponseFor<PaymentUpdateIntentResponse> updateIntent(PaymentUpdateIntentParams params, RequestOptions requestOptions)
-
-
-
-