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)The checkout attempt identifier.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)The Dotpay issuer value of the shopper's selected bank.DotpayDetailsDotpayDetails. type(DotpayDetails.TypeEnum type)**dotpay**Constructors in com.adyen.model.checkout with parameters of type DotpayDetails Constructor Description CheckoutPaymentMethod(DotpayDetails o)
-