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)The checkout attempt identifier.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)The shopper's bank.MolPayDetailsMolPayDetails. type(MolPayDetails.TypeEnum type)**molpay**Constructors in com.adyen.model.checkout with parameters of type MolPayDetails Constructor Description CheckoutPaymentMethod(MolPayDetails o)
-