Uses of Class
com.adyen.model.checkout.MobilePayDetails
-
Packages that use MobilePayDetails Package Description com.adyen.model.checkout -
-
Uses of MobilePayDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return MobilePayDetails Modifier and Type Method Description MobilePayDetailsMobilePayDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static MobilePayDetailsMobilePayDetails. fromJson(String jsonString)Create an instance of MobilePayDetails given an JSON stringMobilePayDetailsCheckoutPaymentMethod. getMobilePayDetails()Get the actual instance of `MobilePayDetails`.MobilePayDetailsMobilePayDetails. type(MobilePayDetails.TypeEnum type)**mobilepay**Constructors in com.adyen.model.checkout with parameters of type MobilePayDetails Constructor Description CheckoutPaymentMethod(MobilePayDetails o)
-