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)static IdealDetailsIdealDetails. fromJson(String jsonString)Create an instance of IdealDetails given an JSON stringIdealDetailsPaymentDonationRequestPaymentMethod. getIdealDetails()Get the actual instance of `IdealDetails`.IdealDetailsIdealDetails. issuer(String issuer)IdealDetailsIdealDetails. recurringDetailReference(String recurringDetailReference)IdealDetailsIdealDetails. storedPaymentMethodId(String storedPaymentMethodId)IdealDetailsIdealDetails. type(IdealDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type IdealDetails Constructor Description PaymentDonationRequestPaymentMethod(IdealDetails o)
-