Uses of Class
com.adyen.model.checkout.PaymentReversalRequest
-
Packages that use PaymentReversalRequest Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of PaymentReversalRequest in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentReversalRequest Modifier and Type Method Description PaymentReversalRequestPaymentReversalRequest. applicationInfo(ApplicationInfo applicationInfo)static PaymentReversalRequestPaymentReversalRequest. fromJson(String jsonString)Create an instance of PaymentReversalRequest given an JSON stringPaymentReversalRequestPaymentReversalRequest. merchantAccount(String merchantAccount)PaymentReversalRequestPaymentReversalRequest. reference(String reference) -
Uses of PaymentReversalRequest in com.adyen.service.checkout
Methods in com.adyen.service.checkout with parameters of type PaymentReversalRequest Modifier and Type Method Description PaymentReversalResponseModificationsApi. refundOrCancelPayment(String paymentPspReference, PaymentReversalRequest paymentReversalRequest)Refund or cancel a paymentPaymentReversalResponseModificationsApi. refundOrCancelPayment(String paymentPspReference, PaymentReversalRequest paymentReversalRequest, RequestOptions requestOptions)Refund or cancel a payment
-