Uses of Class
com.adyen.model.checkout.PaymentReversalResponse
-
Packages that use PaymentReversalResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of PaymentReversalResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentReversalResponse Modifier and Type Method Description static PaymentReversalResponsePaymentReversalResponse. fromJson(String jsonString)Create an instance of PaymentReversalResponse given an JSON stringPaymentReversalResponsePaymentReversalResponse. merchantAccount(String merchantAccount)The merchant account that is used to process the payment.PaymentReversalResponsePaymentReversalResponse. paymentPspReference(String paymentPspReference)The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment to reverse.PaymentReversalResponsePaymentReversalResponse. pspReference(String pspReference)Adyen's 16-character reference associated with the reversal request.PaymentReversalResponsePaymentReversalResponse. reference(String reference)Your reference for the reversal request.PaymentReversalResponsePaymentReversalResponse. status(PaymentReversalResponse.StatusEnum status)The status of your request. -
Uses of PaymentReversalResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return PaymentReversalResponse 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
-