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)static MobilePayDetailsMobilePayDetails. fromJson(String jsonString)Create an instance of MobilePayDetails given an JSON stringMobilePayDetailsPaymentDonationRequestPaymentMethod. getMobilePayDetails()Get the actual instance of `MobilePayDetails`.MobilePayDetailsMobilePayDetails. type(MobilePayDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type MobilePayDetails Constructor Description PaymentDonationRequestPaymentMethod(MobilePayDetails o)
-