Uses of Class
com.adyen.model.nexo.SensitiveCardData
-
Packages that use SensitiveCardData Package Description com.adyen.model.nexo -
-
Uses of SensitiveCardData in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as SensitiveCardData Modifier and Type Field Description protected SensitiveCardDataCardData. sensitiveCardDataThe Sensitive card data.Methods in com.adyen.model.nexo that return SensitiveCardData Modifier and Type Method Description SensitiveCardDataObjectFactory. createSensitiveCardData()Create an instance ofSensitiveCardDataSensitiveCardDataCardData. getSensitiveCardData()Gets the value of the sensitiveCardData property.Methods in com.adyen.model.nexo with parameters of type SensitiveCardData Modifier and Type Method Description voidCardData. setSensitiveCardData(SensitiveCardData value)Sets the value of the sensitiveCardData property.
-