Package com.onlinepayments.domain
Class RedirectData
java.lang.Object
com.onlinepayments.domain.RedirectData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe URL that the customer should be redirected to.A Message Authentication Code (MAC) is used to authenticate the redirection back to merchant after the paymentvoidsetRedirectURL(String value) The URL that the customer should be redirected to.voidsetRETURNMAC(String value) A Message Authentication Code (MAC) is used to authenticate the redirection back to merchant after the paymentwithRedirectURL(String value) The URL that the customer should be redirected to.withRETURNMAC(String value) A Message Authentication Code (MAC) is used to authenticate the redirection back to merchant after the payment
-
Constructor Details
-
RedirectData
public RedirectData()
-
-
Method Details
-
getRETURNMAC
A Message Authentication Code (MAC) is used to authenticate the redirection back to merchant after the payment -
setRETURNMAC
A Message Authentication Code (MAC) is used to authenticate the redirection back to merchant after the payment -
withRETURNMAC
A Message Authentication Code (MAC) is used to authenticate the redirection back to merchant after the payment -
getRedirectURL
The URL that the customer should be redirected to. Be sure to redirect using the GET method -
setRedirectURL
The URL that the customer should be redirected to. Be sure to redirect using the GET method -
withRedirectURL
The URL that the customer should be redirected to. Be sure to redirect using the GET method
-