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)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)CheckoutRedirectActionCheckoutRedirectAction. paymentMethodType(String paymentMethodType)CheckoutRedirectActionCheckoutRedirectAction. putDataItem(String key, String dataItem)CheckoutRedirectActionCheckoutRedirectAction. type(CheckoutRedirectAction.TypeEnum type)CheckoutRedirectActionCheckoutRedirectAction. url(String url)Constructors in com.adyen.model.checkout with parameters of type CheckoutRedirectAction Constructor Description PaymentResponseAction(CheckoutRedirectAction o)
-