public class LoyaltyDataType extends Object
Java class for LoyaltyDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CardAcquisitionReference" type="{}TransactionIdentificationType" minOccurs="0"/>
<element name="LoyaltyAccountID" type="{}LoyaltyAccountIDType" minOccurs="0"/>
<element name="LoyaltyAmount" type="{}LoyaltyAmountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TransactionIdentificationType |
cardAcquisitionReference |
protected LoyaltyAccountIDType |
loyaltyAccountID |
protected LoyaltyAmountType |
loyaltyAmount |
| Constructor and Description |
|---|
LoyaltyDataType() |
| Modifier and Type | Method and Description |
|---|---|
TransactionIdentificationType |
getCardAcquisitionReference()
Gets the value of the cardAcquisitionReference property.
|
LoyaltyAccountIDType |
getLoyaltyAccountID()
Gets the value of the loyaltyAccountID property.
|
LoyaltyAmountType |
getLoyaltyAmount()
Gets the value of the loyaltyAmount property.
|
void |
setCardAcquisitionReference(TransactionIdentificationType value)
Sets the value of the cardAcquisitionReference property.
|
void |
setLoyaltyAccountID(LoyaltyAccountIDType value)
Sets the value of the loyaltyAccountID property.
|
void |
setLoyaltyAmount(LoyaltyAmountType value)
Sets the value of the loyaltyAmount property.
|
protected TransactionIdentificationType cardAcquisitionReference
protected LoyaltyAccountIDType loyaltyAccountID
protected LoyaltyAmountType loyaltyAmount
public TransactionIdentificationType getCardAcquisitionReference()
TransactionIdentificationTypepublic void setCardAcquisitionReference(TransactionIdentificationType value)
value - allowed object is
TransactionIdentificationTypepublic LoyaltyAccountIDType getLoyaltyAccountID()
LoyaltyAccountIDTypepublic void setLoyaltyAccountID(LoyaltyAccountIDType value)
value - allowed object is
LoyaltyAccountIDTypepublic LoyaltyAmountType getLoyaltyAmount()
LoyaltyAmountTypepublic void setLoyaltyAmount(LoyaltyAmountType value)
value - allowed object is
LoyaltyAmountTypeCopyright © 2018. All rights reserved.