Uses of Class
com.onlinepayments.domain.RedirectData
Packages that use RedirectData
-
Uses of RedirectData in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return RedirectDataModifier and TypeMethodDescriptionMerchantAction.getRedirectData()Object containing all data needed to redirect the customerRedirectData.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 paymentMethods in com.onlinepayments.domain with parameters of type RedirectDataModifier and TypeMethodDescriptionvoidMerchantAction.setRedirectData(RedirectData value) Object containing all data needed to redirect the customerMerchantAction.withRedirectData(RedirectData value) Object containing all data needed to redirect the customer