Esempio n. 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();
 }
Esempio n. 2
0
 public AirPricedOfferType()
 {
     this._tPA_Extensions     = new TPA_ExtensionsType();
     this._bookingReferenceID = new List <UniqueID_Type>();
     this._multimedia         = new List <AirPricedOfferTypeMultimedia>();
     this._commission         = new List <CommissionType>();
     this._termsAndConditions = new List <AirPricedOfferTypeTermsAndConditions>();
     this._restriction        = new List <AirPricedOfferTypeRestriction>();
     this._bookingInstruction = new AirPricedOfferTypeBookingInstruction();
     this._tripInsurance      = new AirPricedOfferTypeTripInsurance();
     this._otherServices      = new List <AirPricedOfferTypeOtherServices>();
     this._seatInfo           = new AirPricedOfferTypeSeatInfo();
     this._originDestination  = new List <AirPricedOfferTypeOriginDestination>();
     this._pricing            = new AirPricedOfferTypePricing();
     this._longDescription    = new List <FormattedTextType>();
     this._shortDescription   = new List <FormattedTextTextType>();
     this._serviceFamily      = new AncillaryServiceDetailType();
 }