Uses of Class
com.onlinepayments.domain.RedirectionData
Packages that use RedirectionData
-
Uses of RedirectionData in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return RedirectionDataModifier and TypeMethodDescriptionGPayThreeDSecure.getRedirectionData()Object containing browser specific redirection related dataRedirectPaymentMethodSpecificInput.getRedirectionData()Object containing browser specific redirection related dataThreeDSecure.getRedirectionData()Object containing browser specific redirection related dataRedirectionData.withReturnUrl(String value) The URL that the customer is redirected to after the payment flow has finished.Methods in com.onlinepayments.domain with parameters of type RedirectionDataModifier and TypeMethodDescriptionvoidGPayThreeDSecure.setRedirectionData(RedirectionData value) Object containing browser specific redirection related datavoidRedirectPaymentMethodSpecificInput.setRedirectionData(RedirectionData value) Object containing browser specific redirection related datavoidThreeDSecure.setRedirectionData(RedirectionData value) Object containing browser specific redirection related dataGPayThreeDSecure.withRedirectionData(RedirectionData value) Object containing browser specific redirection related dataRedirectPaymentMethodSpecificInput.withRedirectionData(RedirectionData value) Object containing browser specific redirection related dataThreeDSecure.withRedirectionData(RedirectionData value) Object containing browser specific redirection related data