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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.MasterpassDetailsMasterpassDetails. masterpassTransactionId(String masterpassTransactionId)The Masterpass transaction ID.MasterpassDetailsMasterpassDetails. sdkData(String sdkData)Base64-encoded JSON object containing SDK related parameters required by the SDKMasterpassDetailsMasterpassDetails. type(MasterpassDetails.TypeEnum type)**masterpass**Constructors in com.adyen.model.checkout with parameters of type MasterpassDetails Constructor Description CheckoutPaymentMethod(MasterpassDetails o)
-