Class MandateRedirectData

java.lang.Object
com.onlinepayments.domain.MandateRedirectData

public class MandateRedirectData extends Object
  • Constructor Details

    • MandateRedirectData

      public MandateRedirectData()
  • Method Details

    • getRETURNMAC

      public String getRETURNMAC()
      A Message Authentication Code (MAC) is used to authenticate the redirection back to merchant after the payment.
    • setRETURNMAC

      public void setRETURNMAC(String value)
      A Message Authentication Code (MAC) is used to authenticate the redirection back to merchant after the payment.
    • withRETURNMAC

      public MandateRedirectData withRETURNMAC(String value)
      A Message Authentication Code (MAC) is used to authenticate the redirection back to merchant after the payment.
    • getRedirectURL

      public String getRedirectURL()
      The URL that the customer should be redirected to. Be sure to redirect using the GET method.
    • setRedirectURL

      public void setRedirectURL(String value)
      The URL that the customer should be redirected to. Be sure to redirect using the GET method.
    • withRedirectURL

      public MandateRedirectData withRedirectURL(String value)
      The URL that the customer should be redirected to. Be sure to redirect using the GET method.