Class LoyaltyProgramAccountType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.LoyaltyProgramAccountType
An account set up for a customer within a rewards program which holds funds on behalf of that customer.
Java class for LoyaltyProgramAccountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyProgramAccountType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}CodeType" minOccurs="0"/>
<element name="LoyaltyProgram" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}LoyaltyProgramType"/>
<element name="SignInID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TextType" minOccurs="0"/>
<element name="TierCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}CodeType" minOccurs="0"/>
<element name="TierName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TextType" minOccurs="0"/>
<element name="TierPriority" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TextType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountNumber property.Gets the value of the loyaltyProgram property.Gets the value of the signInID property.Gets the value of the tierCode property.Gets the value of the tierName property.Gets the value of the tierPriority property.voidsetAccountNumber(String value) Sets the value of the accountNumber property.voidSets the value of the loyaltyProgram property.voidsetSignInID(String value) Sets the value of the signInID property.voidsetTierCode(String value) Sets the value of the tierCode property.voidsetTierName(String value) Sets the value of the tierName property.voidsetTierPriority(String value) Sets the value of the tierPriority property.
-
Field Details
-
accountNumber
-
loyaltyProgram
-
signInID
-
tierCode
-
tierName
-
tierPriority
-
-
Constructor Details
-
LoyaltyProgramAccountType
public LoyaltyProgramAccountType()
-
-
Method Details
-
getAccountNumber
Gets the value of the accountNumber property.- Returns:
- possible object is
String
-
setAccountNumber
Sets the value of the accountNumber property.- Parameters:
value- allowed object isString
-
getLoyaltyProgram
Gets the value of the loyaltyProgram property.- Returns:
- possible object is
LoyaltyProgramType
-
setLoyaltyProgram
Sets the value of the loyaltyProgram property.- Parameters:
value- allowed object isLoyaltyProgramType
-
getSignInID
Gets the value of the signInID property.- Returns:
- possible object is
String
-
setSignInID
Sets the value of the signInID property.- Parameters:
value- allowed object isString
-
getTierCode
Gets the value of the tierCode property.- Returns:
- possible object is
String
-
setTierCode
Sets the value of the tierCode property.- Parameters:
value- allowed object isString
-
getTierName
Gets the value of the tierName property.- Returns:
- possible object is
String
-
setTierName
Sets the value of the tierName property.- Parameters:
value- allowed object isString
-
getTierPriority
Gets the value of the tierPriority property.- Returns:
- possible object is
String
-
setTierPriority
Sets the value of the tierPriority property.- Parameters:
value- allowed object isString
-