Uses of Class
com.adyen.model.checkout.IdealDetails
-
Packages that use IdealDetails Package Description com.adyen.model.checkout -
-
Uses of IdealDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return IdealDetails Modifier and Type Method Description IdealDetailsIdealDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static IdealDetailsIdealDetails. fromJson(String jsonString)Create an instance of IdealDetails given an JSON stringIdealDetailsCheckoutPaymentMethod. getIdealDetails()Get the actual instance of `IdealDetails`.IdealDetailsIdealDetails. issuer(String issuer)The iDEAL issuer value of the shopper's selected bank.IdealDetailsIdealDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.IdealDetailsIdealDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.IdealDetailsIdealDetails. type(IdealDetails.TypeEnum type)**ideal**Constructors in com.adyen.model.checkout with parameters of type IdealDetails Constructor Description CheckoutPaymentMethod(IdealDetails o)
-