java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.LoyaltyRedemptionType

public class LoyaltyRedemptionType extends Object
Loyalty Program currency payment method.

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_OrderRetrieveRQ}NumberType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="LoyaltyCurAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}AmountType" minOccurs="0"/>
         <element name="LoyaltyProgramAccount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}LoyaltyProgramAccountType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • LoyaltyRedemptionType

      public LoyaltyRedemptionType()
  • Method Details

    • getCertificateNumber

      public List<BigDecimal> 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 set method 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

      public AmountType getLoyaltyCurAmount()
      Gets the value of the loyaltyCurAmount property.
      Returns:
      possible object is AmountType
    • setLoyaltyCurAmount

      public void setLoyaltyCurAmount(AmountType value)
      Sets the value of the loyaltyCurAmount property.
      Parameters:
      value - allowed object is AmountType
    • getLoyaltyProgramAccount

      public LoyaltyProgramAccountType getLoyaltyProgramAccount()
      Gets the value of the loyaltyProgramAccount property.
      Returns:
      possible object is LoyaltyProgramAccountType
    • setLoyaltyProgramAccount

      public void setLoyaltyProgramAccount(LoyaltyProgramAccountType value)
      Sets the value of the loyaltyProgramAccount property.
      Parameters:
      value - allowed object is LoyaltyProgramAccountType