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)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)IdealDonationsIdealDonations. recurringDetailReference(String recurringDetailReference)Deprecated.IdealDonationsIdealDonations. storedPaymentMethodId(String storedPaymentMethodId)IdealDonationsIdealDonations. type(IdealDonations.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type IdealDonations Constructor Description DonationPaymentMethod(IdealDonations o)
-