Class LoyaltyRedemptionType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.LoyaltyRedemptionType
A form of payment by which the customer uses a virtual currency of a Loyalty Program Account (such as air miles) in exchange for goods or services.
Java class for LoyaltyRedemptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyRedemptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CertificateNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}NumberType" maxOccurs="unbounded" minOccurs="0"/>
<element name="LoyaltyCurAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}AmountType" minOccurs="0"/>
<element name="LoyaltyProgramAccount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}LoyaltyProgramAccountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<BigDecimal>protected AmountTypeprotected LoyaltyProgramAccountType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificateNumber property.Gets the value of the loyaltyCurAmount property.Gets the value of the loyaltyProgramAccount property.voidsetLoyaltyCurAmount(AmountType value) Sets the value of the loyaltyCurAmount property.voidSets the value of the loyaltyProgramAccount property.
-
Field Details
-
certificateNumber
-
loyaltyCurAmount
-
loyaltyProgramAccount
-
-
Constructor Details
-
LoyaltyRedemptionType
public LoyaltyRedemptionType()
-
-
Method Details
-
getCertificateNumber
Gets the value of the certificateNumber property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the certificateNumber property.For example, to add a new item, do as follows:
getCertificateNumber().add(newItem);Objects of the following type(s) are allowed in the list
BigDecimal -
getLoyaltyCurAmount
Gets the value of the loyaltyCurAmount property.- Returns:
- possible object is
AmountType
-
setLoyaltyCurAmount
Sets the value of the loyaltyCurAmount property.- Parameters:
value- allowed object isAmountType
-
getLoyaltyProgramAccount
Gets the value of the loyaltyProgramAccount property.- Returns:
- possible object is
LoyaltyProgramAccountType
-
setLoyaltyProgramAccount
Sets the value of the loyaltyProgramAccount property.- Parameters:
value- allowed object isLoyaltyProgramAccountType
-