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 stringIdealDetailsCheckoutPaymentMethod. getIdealDetails()Get the actual instance of `IdealDetails`.IdealDetailsIdealDetails. issuer(String issuer)IdealDetailsIdealDetails. recurringDetailReference(String recurringDetailReference)Deprecated.IdealDetailsIdealDetails. storedPaymentMethodId(String storedPaymentMethodId)IdealDetailsIdealDetails. type(IdealDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type IdealDetails Constructor Description CheckoutPaymentMethod(IdealDetails o)
-