public class LoyaltyAcquirerData extends Object
Java class for LoyaltyAcquirerData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyAcquirerData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ApprovalCode" type="{}ApprovalCode" minOccurs="0"/>
<element name="LoyaltyTransactionID" type="{}TransactionIdentification" minOccurs="0"/>
</sequence>
<attribute name="LoyaltyAcquirerID" type="{}LoyaltyAcquirerID" />
<attribute name="HostReconciliationID" type="{}HostReconciliationID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
approvalCode
The Approval code.
|
protected String |
hostReconciliationID
The Host reconciliation id.
|
protected String |
loyaltyAcquirerID
The Loyalty acquirer id.
|
protected TransactionIdentification |
loyaltyTransactionID
The Loyalty transaction id.
|
| Constructor and Description |
|---|
LoyaltyAcquirerData() |
| 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.
|
TransactionIdentification |
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(TransactionIdentification value)
Sets the value of the loyaltyTransactionID property.
|
protected String approvalCode
protected TransactionIdentification loyaltyTransactionID
protected String loyaltyAcquirerID
protected String hostReconciliationID
public String getApprovalCode()
Stringpublic void setApprovalCode(String value)
value - allowed object is Stringpublic TransactionIdentification getLoyaltyTransactionID()
TransactionIdentificationpublic void setLoyaltyTransactionID(TransactionIdentification value)
value - allowed object is TransactionIdentificationpublic String getLoyaltyAcquirerID()
Stringpublic void setLoyaltyAcquirerID(String value)
value - allowed object is Stringpublic String getHostReconciliationID()
StringCopyright © 2022. All rights reserved.