Пример #1
0
 public PTCFareBreakdownType()
 {
     this._flightRefNumberRPHList = new List <string>();
     this._pricingUnit            = new List <PTCFareBreakdownTypePricingUnit>();
     this._fareInfo              = new List <PTCFareBreakdownTypeFareInfo>();
     this._endorsements          = new PTCFareBreakdownTypeEndorsements();
     this._ticketDesignators     = new List <PTCFareBreakdownTypeTicketDesignator>();
     this._travelerRefNumber     = new List <PTCFareBreakdownTypeTravelerRefNumber>();
     this._passengerFare         = new List <PTCFareBreakdownTypePassengerFare>();
     this._fareBasisCodes        = new List <FareBasisCodeType>();
     this._passengerTypeQuantity = new PassengerTypeQuantityType();
 }
Пример #2
0
 public AirTravelerType()
 {
     this._socialMediaInfo       = new List <SocialMediaType>();
     this._flightSegmentRPHs     = new List <string>();
     this._travelerRefNumber     = new AirTravelerTypeTravelerRefNumber();
     this._passengerTypeQuantity = new PassengerTypeQuantityType();
     this._document    = new List <AirTravelerTypeDocument>();
     this._custLoyalty = new List <AirTravelerTypeCustLoyalty>();
     this._address     = new List <AirTravelerTypeAddress>();
     this._email       = new List <AirTravelerTypeEmail>();
     this._telephone   = new List <AirTravelerTypeTelephone>();
     this._personName  = new PersonNameType();
     this._profileRef  = new AirTravelerTypeProfileRef();
 }