Uses of Class
com.adyen.model.nexo.CardData
-
Packages that use CardData Package Description com.adyen.model.nexo -
-
Uses of CardData in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as CardData Modifier and Type Field Description protected CardDataPaymentInstrumentData. cardDataThe Card data.Methods in com.adyen.model.nexo that return CardData Modifier and Type Method Description CardDataObjectFactory. createCardData()Create an instance ofCardDataCardDataPaymentInstrumentData. getCardData()Gets the value of the cardData property.Methods in com.adyen.model.nexo with parameters of type CardData Modifier and Type Method Description voidPaymentInstrumentData. setCardData(CardData value)Sets the value of the cardData property.
-