Class SelectedALaCarteOfferItemType

java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.SelectedALaCarteOfferItemType

public class SelectedALaCarteOfferItemType extends Object
Use to select the quantity of Offer Items from the A La Carte Offer Items.

Java class for SelectedALaCarteOfferItemType complex type.

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

 <complexType name="SelectedALaCarteOfferItemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FlightAssociations" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="PaxJourneyRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type"/>
                   <element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Qty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}QtyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>