Uses of Class
com.adyen.model.checkout.TwintDetails
-
Packages that use TwintDetails Package Description com.adyen.model.checkout -
-
Uses of TwintDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return TwintDetails Modifier and Type Method Description TwintDetailsTwintDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static TwintDetailsTwintDetails. fromJson(String jsonString)Create an instance of TwintDetails given an JSON stringTwintDetailsCheckoutPaymentMethod. getTwintDetails()Get the actual instance of `TwintDetails`.TwintDetailsTwintDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.TwintDetailsTwintDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.TwintDetailsTwintDetails. subtype(String subtype)The type of flow to initiate.TwintDetailsTwintDetails. type(TwintDetails.TypeEnum type)The payment method type.Constructors in com.adyen.model.checkout with parameters of type TwintDetails Constructor Description CheckoutPaymentMethod(TwintDetails o)
-