Uses of Class
com.adyen.model.checkout.DotpayDetails
-
Packages that use DotpayDetails Package Description com.adyen.model.checkout -
-
Uses of DotpayDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return DotpayDetails Modifier and Type Method Description DotpayDetailsDotpayDetails. checkoutAttemptId(String checkoutAttemptId)static DotpayDetailsDotpayDetails. fromJson(String jsonString)Create an instance of DotpayDetails given an JSON stringDotpayDetailsCheckoutPaymentMethod. getDotpayDetails()Get the actual instance of `DotpayDetails`.DotpayDetailsDotpayDetails. issuer(String issuer)DotpayDetailsDotpayDetails. type(DotpayDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type DotpayDetails Constructor Description CheckoutPaymentMethod(DotpayDetails o)
-