Uses of Class
com.adyen.model.nexo.TrackData
-
Packages that use TrackData Package Description com.adyen.model.nexo -
-
Uses of TrackData in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as TrackData Modifier and Type Field Description protected TrackDataCheckData. trackDataThe Track data.Fields in com.adyen.model.nexo with type parameters of type TrackData Modifier and Type Field Description protected List<TrackData>CardReaderInitResponse. trackDataThe Track data.protected List<TrackData>SensitiveCardData. trackDataThe Track data.Methods in com.adyen.model.nexo that return TrackData Modifier and Type Method Description TrackDataObjectFactory. createTrackData()Create an instance ofTrackDataTrackDataCheckData. getTrackData()Gets the value of the trackData property.Methods in com.adyen.model.nexo that return types with arguments of type TrackData Modifier and Type Method Description List<TrackData>CardReaderInitResponse. getTrackData()Gets the value of the trackData property.List<TrackData>SensitiveCardData. getTrackData()Gets the value of the trackData property.Methods in com.adyen.model.nexo with parameters of type TrackData Modifier and Type Method Description voidCheckData. setTrackData(TrackData value)Sets the value of the trackData property.
-