public class LoyaltyData extends Object
Java class for LoyaltyData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CardAcquisitionReference" type="{}TransactionIdentification" minOccurs="0"/>
<element name="LoyaltyAccountID" type="{}LoyaltyAccountID" minOccurs="0"/>
<element name="LoyaltyAmount" type="{}LoyaltyAmount" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TransactionIdentification |
cardAcquisitionReference
The Card acquisition reference.
|
protected LoyaltyAccountID |
loyaltyAccountID
The Loyalty account id.
|
protected LoyaltyAmount |
loyaltyAmount
The Loyalty amount.
|
| Constructor and Description |
|---|
LoyaltyData() |
| Modifier and Type | Method and Description |
|---|---|
TransactionIdentification |
getCardAcquisitionReference()
Gets the value of the cardAcquisitionReference property.
|
LoyaltyAccountID |
getLoyaltyAccountID()
Gets the value of the loyaltyAccountID property.
|
LoyaltyAmount |
getLoyaltyAmount()
Gets the value of the loyaltyAmount property.
|
void |
setCardAcquisitionReference(TransactionIdentification value)
Sets the value of the cardAcquisitionReference property.
|
void |
setLoyaltyAccountID(LoyaltyAccountID value)
Sets the value of the loyaltyAccountID property.
|
void |
setLoyaltyAmount(LoyaltyAmount value)
Sets the value of the loyaltyAmount property.
|
protected TransactionIdentification cardAcquisitionReference
protected LoyaltyAccountID loyaltyAccountID
protected LoyaltyAmount loyaltyAmount
public TransactionIdentification getCardAcquisitionReference()
TransactionIdentificationpublic void setCardAcquisitionReference(TransactionIdentification value)
value - allowed object is TransactionIdentificationpublic LoyaltyAccountID getLoyaltyAccountID()
LoyaltyAccountIDpublic void setLoyaltyAccountID(LoyaltyAccountID value)
value - allowed object is LoyaltyAccountIDpublic LoyaltyAmount getLoyaltyAmount()
LoyaltyAmountpublic void setLoyaltyAmount(LoyaltyAmount value)
value - allowed object is LoyaltyAmountCopyright © 2022. All rights reserved.