Uses of Class
com.adyen.model.nexo.POIData
-
Packages that use POIData Package Description com.adyen.model.nexo -
-
Uses of POIData in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as POIData Modifier and Type Field Description protected POIDataCardAcquisitionResponse. poiDataThe Poi data.protected POIDataLoyaltyResponse. poiDataThe Poi data.protected POIDataPaymentResponse. poiDataThe Poi data.protected POIDataPerformedTransaction. poiDataThe Poi data.protected POIDataReversalResponse. poiDataThe Poi data.protected POIDataStoredValueResponse. poiDataThe Poi data.Methods in com.adyen.model.nexo that return POIData Modifier and Type Method Description POIDataObjectFactory. createPOIData()Create an instance ofPOIDataPOIDataCardAcquisitionResponse. getPOIData()Gets the value of the poiData property.POIDataLoyaltyResponse. getPOIData()Gets the value of the poiData property.POIDataPaymentResponse. getPOIData()Gets the value of the poiData property.POIDataPerformedTransaction. getPOIData()Gets the value of the poiData property.POIDataReversalResponse. getPOIData()Gets the value of the poiData property.POIDataStoredValueResponse. getPOIData()Gets the value of the poiData property.Methods in com.adyen.model.nexo with parameters of type POIData Modifier and Type Method Description voidCardAcquisitionResponse. setPOIData(POIData value)Sets the value of the poiData property.voidLoyaltyResponse. setPOIData(POIData value)Sets the value of the poiData property.voidPaymentResponse. setPOIData(POIData value)Sets the value of the poiData property.voidPerformedTransaction. setPOIData(POIData value)Sets the value of the poiData property.voidReversalResponse. setPOIData(POIData value)Sets the value of the poiData property.voidStoredValueResponse. setPOIData(POIData value)Sets the value of the poiData property.
-