public AccommodationSegmentRequestType()
 {
     this._mealPlans    = new List <MealPlanType>();
     this._roomProfiles = new List <RoomProfileType>();
     this._dateRange    = new DateTimeSpanType();
     this._identity     = new PropertyIdentityType();
 }
Exemplo n.º 2
0
 public ItineraryItemResponseTypeAccommodation()
 {
     this._mealPlans          = new List <MealPlanType>();
     this._roomProfiles       = new List <ItineraryItemResponseTypeAccommodationRoomProfile>();
     this._dateRange          = new DateTimeSpanType();
     this._accommodationClass = new ItineraryItemResponseTypeAccommodationAccommodationClass();
     this._identity           = new PropertyIdentityType();
 }