Uses of Class
com.adyen.model.checkout.CheckoutThreeDS2Action
-
Packages that use CheckoutThreeDS2Action Package Description com.adyen.model.checkout -
-
Uses of CheckoutThreeDS2Action in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CheckoutThreeDS2Action Modifier and Type Method Description CheckoutThreeDS2ActionCheckoutThreeDS2Action. authorisationToken(String authorisationToken)static CheckoutThreeDS2ActionCheckoutThreeDS2Action. fromJson(String jsonString)Create an instance of CheckoutThreeDS2Action given an JSON stringCheckoutThreeDS2ActionPaymentResponseAction. getCheckoutThreeDS2Action()Get the actual instance of `CheckoutThreeDS2Action`.CheckoutThreeDS2ActionCheckoutThreeDS2Action. paymentData(String paymentData)CheckoutThreeDS2ActionCheckoutThreeDS2Action. paymentMethodType(String paymentMethodType)CheckoutThreeDS2ActionCheckoutThreeDS2Action. subtype(String subtype)CheckoutThreeDS2ActionCheckoutThreeDS2Action. token(String token)CheckoutThreeDS2ActionCheckoutThreeDS2Action. type(CheckoutThreeDS2Action.TypeEnum type)CheckoutThreeDS2ActionCheckoutThreeDS2Action. url(String url)Constructors in com.adyen.model.checkout with parameters of type CheckoutThreeDS2Action Constructor Description PaymentResponseAction(CheckoutThreeDS2Action o)
-