Package com.adyen.model.nexo
Class POIData
- java.lang.Object
-
- com.adyen.model.nexo.POIData
-
public class POIData extends Object
Definition: Data related to the POI System. -- Usage: In the Message Response, identification of the POI transaction.Java class for POIData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="POIData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="POITransactionID" type="{}TransactionIdentification"/> </sequence> <attribute name="POIReconciliationID" type="{}POIReconciliationID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringpoiReconciliationIDThe Poi reconciliation id.protected TransactionIdentificationpoiTransactionIDThe Poi transaction id.
-
Constructor Summary
Constructors Constructor Description POIData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPOIReconciliationID()Gets the value of the poiReconciliationID property.TransactionIdentificationgetPOITransactionID()Gets the value of the poiTransactionID property.voidsetPOIReconciliationID(String value)Sets the value of the poiReconciliationID property.voidsetPOITransactionID(TransactionIdentification value)Sets the value of the poiTransactionID property.
-
-
-
Field Detail
-
poiTransactionID
protected TransactionIdentification poiTransactionID
The Poi transaction id.
-
poiReconciliationID
protected String poiReconciliationID
The Poi reconciliation id.
-
-
Method Detail
-
getPOITransactionID
public TransactionIdentification getPOITransactionID()
Gets the value of the poiTransactionID property.- Returns:
- possible object is
TransactionIdentification
-
setPOITransactionID
public void setPOITransactionID(TransactionIdentification value)
Sets the value of the poiTransactionID property.- Parameters:
value- allowed object isTransactionIdentification
-
getPOIReconciliationID
public String getPOIReconciliationID()
Gets the value of the poiReconciliationID property.- Returns:
- possible object is
String
-
-