Class PaymentReversalResource


  • public class PaymentReversalResource
    extends Object
    PaymentReversalResource
    • Constructor Detail

      • PaymentReversalResource

        public PaymentReversalResource()
    • Method Detail

      • getMerchantAccount

        public String getMerchantAccount()
        The merchant account that is used to process the payment.
        Returns:
        merchantAccount
      • setMerchantAccount

        public void setMerchantAccount​(String merchantAccount)
      • getPaymentPspReference

        public String getPaymentPspReference()
        The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment to reverse.
        Returns:
        paymentPspReference
      • setPaymentPspReference

        public void setPaymentPspReference​(String paymentPspReference)
      • getPspReference

        public String getPspReference()
        Adyen's 16-character reference associated with the reversal request.
        Returns:
        pspReference
      • setPspReference

        public void setPspReference​(String pspReference)
      • getReference

        public String getReference()
        Your reference for the reversal request.
        Returns:
        reference
      • setReference

        public void setReference​(String reference)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object