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