Uses of Class
com.adyen.model.checkout.MasterpassDetails
-
Packages that use MasterpassDetails Package Description com.adyen.model.checkout -
-
Uses of MasterpassDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return MasterpassDetails Modifier and Type Method Description MasterpassDetailsMasterpassDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static MasterpassDetailsMasterpassDetails. fromJson(String jsonString)Create an instance of MasterpassDetails given an JSON stringMasterpassDetailsMasterpassDetails. fundingSource(MasterpassDetails.FundingSourceEnum fundingSource)The funding source that should be used when multiple sources are available.MasterpassDetailsCheckoutPaymentMethod. getMasterpassDetails()Get the actual instance of `MasterpassDetails`.MasterpassDetailsMasterpassDetails. masterpassTransactionId(String masterpassTransactionId)The Masterpass transaction ID.MasterpassDetailsMasterpassDetails. type(MasterpassDetails.TypeEnum type)**masterpass**Constructors in com.adyen.model.checkout with parameters of type MasterpassDetails Constructor Description CheckoutPaymentMethod(MasterpassDetails o)
-