Uses of Class
com.adyen.model.checkout.DragonpayDetails
-
Packages that use DragonpayDetails Package Description com.adyen.model.checkout -
-
Uses of DragonpayDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return DragonpayDetails Modifier and Type Method Description DragonpayDetailsDragonpayDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static DragonpayDetailsDragonpayDetails. fromJson(String jsonString)Create an instance of DragonpayDetails given an JSON stringDragonpayDetailsCheckoutPaymentMethod. getDragonpayDetails()Get the actual instance of `DragonpayDetails`.DragonpayDetailsDragonpayDetails. issuer(String issuer)The Dragonpay issuer value of the shopper's selected bank.DragonpayDetailsDragonpayDetails. shopperEmail(String shopperEmail)The shopper’s email address.DragonpayDetailsDragonpayDetails. type(DragonpayDetails.TypeEnum type)**dragonpay**Constructors in com.adyen.model.checkout with parameters of type DragonpayDetails Constructor Description CheckoutPaymentMethod(DragonpayDetails o)
-