Class RedirectData

java.lang.Object
com.onlinepayments.domain.RedirectData

public class RedirectData extends Object
  • Constructor Details

    • RedirectData

      public RedirectData()
  • 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 RedirectData 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 RedirectData withRedirectURL(String value)
      The URL that the customer should be redirected to. Be sure to redirect using the GET method