Uses of Class
com.adyen.model.checkout.DokuDetails
-
Packages that use DokuDetails Package Description com.adyen.model.checkout -
-
Uses of DokuDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return DokuDetails Modifier and Type Method Description DokuDetailsDokuDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.DokuDetailsDokuDetails. firstName(String firstName)The shopper's first name.static DokuDetailsDokuDetails. fromJson(String jsonString)Create an instance of DokuDetails given an JSON stringDokuDetailsCheckoutPaymentMethod. getDokuDetails()Get the actual instance of `DokuDetails`.DokuDetailsDokuDetails. lastName(String lastName)The shopper's last name.DokuDetailsDokuDetails. shopperEmail(String shopperEmail)The shopper's email.DokuDetailsDokuDetails. type(DokuDetails.TypeEnum type)**doku**Constructors in com.adyen.model.checkout with parameters of type DokuDetails Constructor Description CheckoutPaymentMethod(DokuDetails o)
-