public class OriginalPOITransaction extends Object
Java class for OriginalPOITransaction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalPOITransaction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="POITransactionID" type="{}TransactionIdentification" minOccurs="0"/>
<element name="ApprovalCode" type="{}ApprovalCode" minOccurs="0"/>
<element name="HostTransactionID" type="{}TransactionIdentification" minOccurs="0"/>
</sequence>
<attribute name="SaleID" type="{}SaleID" />
<attribute name="POIID" type="{}POIID" />
<attribute name="ReuseCardDataFlag" type="{}ReuseCardDataFlag" default="true" />
<attribute name="CustomerLanguage" type="{}ISOLanguage2A" />
<attribute name="AcquirerID" type="{}AcquirerID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
acquirerID
The Acquirer id.
|
protected String |
approvalCode
The Approval code.
|
protected String |
customerLanguage
The Customer language.
|
protected TransactionIdentification |
hostTransactionID
The Host transaction id.
|
protected String |
poiid
The Poiid.
|
protected TransactionIdentification |
poiTransactionID
The Poi transaction id.
|
protected Boolean |
reuseCardDataFlag
The Reuse card data flag.
|
protected String |
saleID
The Sale id.
|
| Constructor and Description |
|---|
OriginalPOITransaction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcquirerID()
Gets the value of the acquirerID property.
|
String |
getApprovalCode()
Gets the value of the approvalCode property.
|
String |
getCustomerLanguage()
Gets the value of the customerLanguage property.
|
TransactionIdentification |
getHostTransactionID()
Gets the value of the hostTransactionID property.
|
String |
getPOIID()
Gets the value of the poiid property.
|
TransactionIdentification |
getPOITransactionID()
Gets the value of the poiTransactionID property.
|
String |
getSaleID()
Gets the value of the saleID property.
|
boolean |
isReuseCardDataFlag()
Gets the value of the reuseCardDataFlag property.
|
void |
setAcquirerID(String value)
Sets the value of the acquirerID property.
|
void |
setApprovalCode(String value)
Sets the value of the approvalCode property.
|
void |
setCustomerLanguage(String value)
Sets the value of the customerLanguage property.
|
void |
setHostTransactionID(TransactionIdentification value)
Sets the value of the hostTransactionID property.
|
void |
setPOIID(String value)
Sets the value of the poiid property.
|
void |
setPOITransactionID(TransactionIdentification value)
Sets the value of the poiTransactionID property.
|
void |
setReuseCardDataFlag(Boolean value)
Sets the value of the reuseCardDataFlag property.
|
void |
setSaleID(String value)
Sets the value of the saleID property.
|
protected TransactionIdentification poiTransactionID
protected String approvalCode
protected TransactionIdentification hostTransactionID
protected String saleID
protected String poiid
protected Boolean reuseCardDataFlag
protected String customerLanguage
protected String acquirerID
public TransactionIdentification getPOITransactionID()
TransactionIdentificationpublic void setPOITransactionID(TransactionIdentification value)
value - allowed object is TransactionIdentificationpublic String getApprovalCode()
Stringpublic void setApprovalCode(String value)
value - allowed object is Stringpublic TransactionIdentification getHostTransactionID()
TransactionIdentificationpublic void setHostTransactionID(TransactionIdentification value)
value - allowed object is TransactionIdentificationpublic String getSaleID()
Stringpublic void setSaleID(String value)
value - allowed object is Stringpublic String getPOIID()
Stringpublic void setPOIID(String value)
value - allowed object is Stringpublic boolean isReuseCardDataFlag()
Booleanpublic void setReuseCardDataFlag(Boolean value)
value - allowed object is Booleanpublic String getCustomerLanguage()
Stringpublic void setCustomerLanguage(String value)
value - allowed object is Stringpublic String getAcquirerID()
StringCopyright © 2022. All rights reserved.