Пример #1
0
 public AirOfferType()
 {
     this._tPA_Extensions     = new TPA_ExtensionsType();
     this._termsAndConditions = new List <AirOfferTypeTermsAndConditions>();
     this._shortDescription   = new FormattedTextTextType();
     this._restriction        = new List <AirOfferTypeRestriction>();
     this._serviceFamily      = new AncillaryServiceDetailType();
 }
Пример #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();
 }
Пример #3
0
 public RateRulesTypeCancelPenaltyInfo()
 {
     this._description = new FormattedTextTextType();
     this._penaltyFee  = new RateRulesTypeCancelPenaltyInfoPenaltyFee();
     this._deadline    = new List <RateRulesTypeCancelPenaltyInfoDeadline>();
 }