public class LoyaltyAccountReqType extends Object
Java class for LoyaltyAccountReqType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyAccountReqType">
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TransactionIdentificationType |
cardAcquisitionReference |
protected LoyaltyAccountIDType |
loyaltyAccountID |
| Constructor and Description |
|---|
LoyaltyAccountReqType() |
| Modifier and Type | Method and Description |
|---|---|
TransactionIdentificationType |
getCardAcquisitionReference()
Gets the value of the cardAcquisitionReference property.
|
LoyaltyAccountIDType |
getLoyaltyAccountID()
Gets the value of the loyaltyAccountID property.
|
void |
setCardAcquisitionReference(TransactionIdentificationType value)
Sets the value of the cardAcquisitionReference property.
|
void |
setLoyaltyAccountID(LoyaltyAccountIDType value)
Sets the value of the loyaltyAccountID property.
|
protected TransactionIdentificationType cardAcquisitionReference
protected LoyaltyAccountIDType loyaltyAccountID
public TransactionIdentificationType getCardAcquisitionReference()
TransactionIdentificationTypepublic void setCardAcquisitionReference(TransactionIdentificationType value)
value - allowed object is
TransactionIdentificationTypepublic LoyaltyAccountIDType getLoyaltyAccountID()
LoyaltyAccountIDTypepublic void setLoyaltyAccountID(LoyaltyAccountIDType value)
value - allowed object is
LoyaltyAccountIDTypeCopyright © 2018. All rights reserved.