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)static MasterpassDetailsMasterpassDetails. fromJson(String jsonString)Create an instance of MasterpassDetails given an JSON stringMasterpassDetailsMasterpassDetails. fundingSource(MasterpassDetails.FundingSourceEnum fundingSource)MasterpassDetailsCheckoutPaymentMethod. getMasterpassDetails()Get the actual instance of `MasterpassDetails`.MasterpassDetailsMasterpassDetails. masterpassTransactionId(String masterpassTransactionId)MasterpassDetailsMasterpassDetails. type(MasterpassDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type MasterpassDetails Constructor Description CheckoutPaymentMethod(MasterpassDetails o)
-