public class RedirectData extends Object
| Constructor and Description |
|---|
RedirectData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRedirectURL()
The URL that the customer should be redirected to.
|
String |
getRETURNMAC()
A Message Authentication Code (MAC) is used to authenticate the redirection back to merchant after the payment
|
void |
setRedirectURL(String value)
The URL that the customer should be redirected to.
|
void |
setRETURNMAC(String value)
A Message Authentication Code (MAC) is used to authenticate the redirection back to merchant after the payment
|
RedirectData |
withRedirectURL(String value)
The URL that the customer should be redirected to.
|
RedirectData |
withRETURNMAC(String value)
A Message Authentication Code (MAC) is used to authenticate the redirection back to merchant after the payment
|
public String getRETURNMAC()
public void setRETURNMAC(String value)
public RedirectData withRETURNMAC(String value)
public String getRedirectURL()
public void setRedirectURL(String value)
public RedirectData withRedirectURL(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.