Example #1
0
 public PricedItineraryType()
 {
     this._ticketingInfo           = new PricedItineraryTypeTicketingInfo();
     this._notes                   = new List <FreeTextType>();
     this._airItineraryPricingInfo = new PricedItineraryTypeAirItineraryPricingInfo();
     this._airItinerary            = new AirItineraryType();
 }
Example #2
0
 public AirReservationType()
 {
     this._eMD_Info           = new List <EMD_Type>();
     this._pricingOverview    = new AirReservationTypePricingOverview();
     this._comment            = new FormattedTextTextType();
     this._bookingReferenceID = new List <AirReservationTypeBookingReferenceID>();
     this._queues             = new List <AirReservationTypeQueue>();
     this._ticketing          = new List <TicketingInfoType>();
     this._fulfillment        = new FulfillmentType();
     this._arrangerInfo       = new AirArrangerType();
     this._travelerInfo       = new TravelerInfoType();
     this._priceInfo          = new BookingPriceInfoType();
     this._airItinerary       = new AirItineraryType();
 }