java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingresponse.PriceSummaryType

public class PriceSummaryType extends Object
The amount of money expected, required, or given in payment for something.

Java class for PriceSummaryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PriceSummaryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LoyaltyUnitAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}AmountType" minOccurs="0"/>
         <element name="LoyaltyUnitName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}NameType" minOccurs="0"/>
         <element name="TotalAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}AmountType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • loyaltyUnitAmount

      protected AmountType loyaltyUnitAmount
    • loyaltyUnitName

      protected String loyaltyUnitName
    • totalAmount

      protected AmountType totalAmount
  • Constructor Details

    • PriceSummaryType

      public PriceSummaryType()
  • Method Details

    • getLoyaltyUnitAmount

      public AmountType getLoyaltyUnitAmount()
      Gets the value of the loyaltyUnitAmount property.
      Returns:
      possible object is AmountType
    • setLoyaltyUnitAmount

      public void setLoyaltyUnitAmount(AmountType value)
      Sets the value of the loyaltyUnitAmount property.
      Parameters:
      value - allowed object is AmountType
    • getLoyaltyUnitName

      public String getLoyaltyUnitName()
      Gets the value of the loyaltyUnitName property.
      Returns:
      possible object is String
    • setLoyaltyUnitName

      public void setLoyaltyUnitName(String value)
      Sets the value of the loyaltyUnitName property.
      Parameters:
      value - allowed object is String
    • getTotalAmount

      public AmountType getTotalAmount()
      Gets the value of the totalAmount property.
      Returns:
      possible object is AmountType
    • setTotalAmount

      public void setTotalAmount(AmountType value)
      Sets the value of the totalAmount property.
      Parameters:
      value - allowed object is AmountType