Uses of Class
com.adyen.model.checkout.MolPayDetails
-
Packages that use MolPayDetails Package Description com.adyen.model.checkout -
-
Uses of MolPayDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return MolPayDetails Modifier and Type Method Description MolPayDetailsMolPayDetails. checkoutAttemptId(String checkoutAttemptId)static MolPayDetailsMolPayDetails. fromJson(String jsonString)Create an instance of MolPayDetails given an JSON stringMolPayDetailsCheckoutPaymentMethod. getMolPayDetails()Get the actual instance of `MolPayDetails`.MolPayDetailsMolPayDetails. issuer(String issuer)MolPayDetailsMolPayDetails. type(MolPayDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type MolPayDetails Constructor Description CheckoutPaymentMethod(MolPayDetails o)
-