Uses of Class
com.adyen.model.tapi.CardData
-
Packages that use CardData Package Description com.adyen.model.tapi -
-
Uses of CardData in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return CardData Modifier and Type Method Description CardDataCardData. addEntryModeItem(CardData.EntryModeEnum entryModeItem)CardDataCardData. cardCountryCode(Integer cardCountryCode)Country Code attached to the card (3 numerics).CardDataCardData. entryMode(List<CardData.EntryModeEnum> entryMode)entryModestatic CardDataCardData. fromJson(String jsonString)Create an instance of CardData given an JSON stringCardDataPaymentInstrumentData. getCardData()Get cardDataCardDataCardData. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.CardDataCardData. maskedPan(String maskedPan)Masked Primary Account Number Part of the PAN is replaced by a string of * characters, to identify a customer account or relationship.CardDataCardData. paymentAccountRef(String paymentAccountRef)Reference of the PAN, which identifies the PAN or the card uniquely, named also PAR (Payment Account Reference).CardDataCardData. paymentBrand(String paymentBrand)Type of payment card.CardDataCardData. paymentToken(PaymentToken paymentToken)paymentTokenCardDataCardData. protectedCardData(String protectedCardData)Sensitive information related to the payment card, protected by CMS.CardDataCardData. sensitiveCardData(SensitiveCardData sensitiveCardData)sensitiveCardDataMethods in com.adyen.model.tapi with parameters of type CardData Modifier and Type Method Description PaymentInstrumentDataPaymentInstrumentData. cardData(CardData cardData)cardDatavoidPaymentInstrumentData. setCardData(CardData cardData)cardData
-