Uses of Class
com.adyen.model.checkout.CheckoutRedirectAction
-
Packages that use CheckoutRedirectAction Package Description com.adyen.model.checkout -
-
Uses of CheckoutRedirectAction in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CheckoutRedirectAction Modifier and Type Method Description CheckoutRedirectActionCheckoutRedirectAction. data(Map<String,String> data)When the redirect URL must be accessed via POST, use this data to post to the redirect URL.static CheckoutRedirectActionCheckoutRedirectAction. fromJson(String jsonString)Create an instance of CheckoutRedirectAction given an JSON stringCheckoutRedirectActionPaymentResponseAction. getCheckoutRedirectAction()Get the actual instance of `CheckoutRedirectAction`.CheckoutRedirectActionCheckoutRedirectAction. method(String method)Specifies the HTTP method, for example GET or POST.CheckoutRedirectActionCheckoutRedirectAction. paymentMethodType(String paymentMethodType)Specifies the payment method.CheckoutRedirectActionCheckoutRedirectAction. putDataItem(String key, String dataItem)CheckoutRedirectActionCheckoutRedirectAction. type(CheckoutRedirectAction.TypeEnum type)**redirect**CheckoutRedirectActionCheckoutRedirectAction. url(String url)Specifies the URL to redirect to.Constructors in com.adyen.model.checkout with parameters of type CheckoutRedirectAction Constructor Description PaymentResponseAction(CheckoutRedirectAction o)
-