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