Ejemplo n.º 1
0
 public AirPricedOfferTypePricing()
 {
     this._travelerRPH      = new List <string>();
     this._applyTo          = new ApplyPriceToType();
     this._pricingQualifier = new List <AirPricingQualifierType>();
     this._appliedRule      = new List <AppliedRuleType>();
     this._redemptionPoints = new AirRedemptionMilesType();
     this._taxInfo          = new List <TaxType>();
     this._pricingDetail    = new List <AirPricedOfferTypePricingPricingDetail>();
 }
Ejemplo n.º 2
0
 public AirPricedOfferTypePricingPricingDetail()
 {
     this._redemptionPoints = new AirRedemptionMilesType();
     this._taxInfo          = new List <TaxType>();
 }