public class OriginalPOITransactionType extends Object
Java class for OriginalPOITransactionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalPOITransactionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="POITransactionID" type="{}TransactionIdentificationType" minOccurs="0"/>
<element name="ApprovalCode" type="{}ApprovalCodeType" minOccurs="0"/>
<element name="HostTransactionID" type="{}TransactionIdentificationType" minOccurs="0"/>
</sequence>
<attribute name="SaleID" type="{}SaleIDType" />
<attribute name="POIID" type="{}POIIDType" />
<attribute name="ReuseCardDataFlag" type="{}ReuseCardDataFlagType" default="true" />
<attribute name="CustomerLanguage" type="{}ISOLanguage2A" />
<attribute name="AcquirerID" type="{}AcquirerIDType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
acquirerID |
protected String |
approvalCode |
protected String |
customerLanguage |
protected TransactionIdentificationType |
hostTransactionID |
protected String |
poiid |
protected TransactionIdentificationType |
poiTransactionID |
protected Boolean |
reuseCardDataFlag |
protected String |
saleID |
| Constructor and Description |
|---|
OriginalPOITransactionType() |
| 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.
|
TransactionIdentificationType |
getHostTransactionID()
Gets the value of the hostTransactionID property.
|
String |
getPOIID()
Gets the value of the poiid property.
|
TransactionIdentificationType |
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(TransactionIdentificationType value)
Sets the value of the hostTransactionID property.
|
void |
setPOIID(String value)
Sets the value of the poiid property.
|
void |
setPOITransactionID(TransactionIdentificationType 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 TransactionIdentificationType poiTransactionID
protected String approvalCode
protected TransactionIdentificationType hostTransactionID
protected String saleID
protected String poiid
protected Boolean reuseCardDataFlag
protected String customerLanguage
protected String acquirerID
public TransactionIdentificationType getPOITransactionID()
TransactionIdentificationTypepublic void setPOITransactionID(TransactionIdentificationType value)
value - allowed object is
TransactionIdentificationTypepublic String getApprovalCode()
Stringpublic void setApprovalCode(String value)
value - allowed object is
Stringpublic TransactionIdentificationType getHostTransactionID()
TransactionIdentificationTypepublic void setHostTransactionID(TransactionIdentificationType value)
value - allowed object is
TransactionIdentificationTypepublic 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 © 2018. All rights reserved.