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)DokuDetailsDokuDetails. firstName(String firstName)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)DokuDetailsDokuDetails. shopperEmail(String shopperEmail)DokuDetailsDokuDetails. type(DokuDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type DokuDetails Constructor Description CheckoutPaymentMethod(DokuDetails o)
-