Uses of Class
com.onlinepayments.domain.MandateRedirectData
Packages that use MandateRedirectData
-
Uses of MandateRedirectData in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return MandateRedirectDataModifier and TypeMethodDescriptionMandateMerchantAction.getRedirectData()Object containing all data needed to redirect the customerMandateRedirectData.withRedirectURL(String value) The URL that the customer should be redirected to.MandateRedirectData.withRETURNMAC(String value) A Message Authentication Code (MAC) is used to authenticate the redirection back to merchant after the payment.Methods in com.onlinepayments.domain with parameters of type MandateRedirectDataModifier and TypeMethodDescriptionvoidMandateMerchantAction.setRedirectData(MandateRedirectData value) Object containing all data needed to redirect the customerMandateMerchantAction.withRedirectData(MandateRedirectData value) Object containing all data needed to redirect the customer