public class LoyaltyAcquirerDataType extends Object
Java class for LoyaltyAcquirerDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyAcquirerDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ApprovalCode" type="{}ApprovalCodeType" minOccurs="0"/>
<element name="LoyaltyTransactionID" type="{}TransactionIdentificationType" minOccurs="0"/>
</sequence>
<attribute name="LoyaltyAcquirerID" type="{}LoyaltyAcquirerIDType" />
<attribute name="HostReconciliationID" type="{}HostReconciliationIDType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
approvalCode |
protected String |
hostReconciliationID |
protected String |
loyaltyAcquirerID |
protected TransactionIdentificationType |
loyaltyTransactionID |
| Constructor and Description |
|---|
LoyaltyAcquirerDataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApprovalCode()
Gets the value of the approvalCode property.
|
String |
getHostReconciliationID()
Gets the value of the hostReconciliationID property.
|
String |
getLoyaltyAcquirerID()
Gets the value of the loyaltyAcquirerID property.
|
TransactionIdentificationType |
getLoyaltyTransactionID()
Gets the value of the loyaltyTransactionID property.
|
void |
setApprovalCode(String value)
Sets the value of the approvalCode property.
|
void |
setHostReconciliationID(String value)
Sets the value of the hostReconciliationID property.
|
void |
setLoyaltyAcquirerID(String value)
Sets the value of the loyaltyAcquirerID property.
|
void |
setLoyaltyTransactionID(TransactionIdentificationType value)
Sets the value of the loyaltyTransactionID property.
|
protected String approvalCode
protected TransactionIdentificationType loyaltyTransactionID
protected String loyaltyAcquirerID
protected String hostReconciliationID
public String getApprovalCode()
Stringpublic void setApprovalCode(String value)
value - allowed object is
Stringpublic TransactionIdentificationType getLoyaltyTransactionID()
TransactionIdentificationTypepublic void setLoyaltyTransactionID(TransactionIdentificationType value)
value - allowed object is
TransactionIdentificationTypepublic String getLoyaltyAcquirerID()
Stringpublic void setLoyaltyAcquirerID(String value)
value - allowed object is
Stringpublic String getHostReconciliationID()
StringCopyright © 2018. All rights reserved.