java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.RequestType

public class RequestType extends Object
AirShoppingRQ payload information.

Java class for RequestType complex type.

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

 <complexType name="RequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FlightCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}FlightRequestType"/>
         <element name="Paxs" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}PaxsType" minOccurs="0"/>
         <element name="ResponseParameters" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ResponseParametersType" minOccurs="0"/>
         <element name="ShoppingCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ShoppingCriteriaType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>