Uses of Class
com.adyen.model.checkout.CardDonations
-
Packages that use CardDonations Package Description com.adyen.model.checkout -
-
Uses of CardDonations in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CardDonations Modifier and Type Method Description CardDonationsCardDonations. brand(String brand)CardDonationsCardDonations. checkoutAttemptId(String checkoutAttemptId)CardDonationsCardDonations. cupsecureplusSmscode(String cupsecureplusSmscode)Deprecated.CardDonationsCardDonations. cvc(String cvc)CardDonationsCardDonations. encryptedCardNumber(String encryptedCardNumber)CardDonationsCardDonations. encryptedExpiryMonth(String encryptedExpiryMonth)CardDonationsCardDonations. encryptedExpiryYear(String encryptedExpiryYear)CardDonationsCardDonations. encryptedSecurityCode(String encryptedSecurityCode)CardDonationsCardDonations. expiryMonth(String expiryMonth)CardDonationsCardDonations. expiryYear(String expiryYear)static CardDonationsCardDonations. fromJson(String jsonString)Create an instance of CardDonations given an JSON stringCardDonationsCardDonations. fundingSource(CardDonations.FundingSourceEnum fundingSource)CardDonationsDonationPaymentMethod. getCardDonations()Get the actual instance of `CardDonations`.CardDonationsCardDonations. holderName(String holderName)CardDonationsCardDonations. networkPaymentReference(String networkPaymentReference)CardDonationsCardDonations. number(String number)CardDonationsCardDonations. recurringDetailReference(String recurringDetailReference)Deprecated.CardDonationsCardDonations. shopperNotificationReference(String shopperNotificationReference)CardDonationsCardDonations. srcCorrelationId(String srcCorrelationId)CardDonationsCardDonations. srcScheme(String srcScheme)CardDonationsCardDonations. srcTokenReference(String srcTokenReference)CardDonationsCardDonations. storedPaymentMethodId(String storedPaymentMethodId)CardDonationsCardDonations. threeDS2SdkVersion(String threeDS2SdkVersion)CardDonationsCardDonations. type(CardDonations.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type CardDonations Constructor Description DonationPaymentMethod(CardDonations o)
-