Package com.onlinepayments.domain
Class MandateRedirectData
java.lang.Object
com.onlinepayments.domain.MandateRedirectData
-
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 payment.voidsetRedirectURL(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 payment.withRedirectURL(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
-
MandateRedirectData
public MandateRedirectData()
-
-
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.
-