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)A token needed to authorise a payment.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)Encoded payment data.CheckoutThreeDS2ActionCheckoutThreeDS2Action. paymentMethodType(String paymentMethodType)Specifies the payment method.CheckoutThreeDS2ActionCheckoutThreeDS2Action. subtype(String subtype)A subtype of the token.CheckoutThreeDS2ActionCheckoutThreeDS2Action. token(String token)A token to pass to the 3DS2 Component to get the fingerprint.CheckoutThreeDS2ActionCheckoutThreeDS2Action. type(CheckoutThreeDS2Action.TypeEnum type)**threeDS2**CheckoutThreeDS2ActionCheckoutThreeDS2Action. url(String url)Specifies the URL to redirect to.Constructors in com.adyen.model.checkout with parameters of type CheckoutThreeDS2Action Constructor Description PaymentResponseAction(CheckoutThreeDS2Action o)
-