public ResGlobalInfoType()
 {
     this._totalCommissions    = new CommissionType();
     this._bookingRules        = new List <BookingRulesTypeBookingRule>();
     this._profiles            = new List <ProfilesTypeProfileInfo>();
     this._routingHops         = new List <RoutingHopTypeRoutingHop>();
     this._hotelReservationIDs = new List <HotelReservationIDsTypeHotelReservationID>();
 }
 public InvBlockRoomTypeRatePlan()
 {
     this._promotionVendorCode = new List <string>();
     this._daysOfWeeks         = new List <DOW_RulesType>();
     this._methodInfo          = new List <InvBlockRoomTypeRatePlanMethodInfo>();
     this._commission          = new CommissionType();
     this._marketCode          = new List <InvBlockRoomTypeRatePlanMarketCode>();
 }
Exemple #3
0
 public RatePlanType()
 {
     this._modificationFee     = new CancelPenaltiesType();
     this._additionalDetails   = new List <AdditionalDetailType>();
     this._restrictionStatus   = new RatePlanTypeRestrictionStatus();
     this._mealsIncluded       = new RatePlanTypeMealsIncluded();
     this._commission          = new CommissionType();
     this._ratePlanInclusions  = new RatePlanInclusionsType();
     this._ratePlanDescription = new ParagraphType();
     this._cancelPenalties     = new CancelPenaltiesType();
     this._guarantee           = new List <RatePlanTypeGuarantee>();
 }
Exemple #4
0
 public HotelRatePlanType()
 {
     this._promotionVendorCode = new List <string>();
     this._hotelRef            = new HotelRatePlanTypeHotelRef();
     this._uniqueID            = new UniqueID_Type();
     this._description         = new List <ParagraphType>();
     this._commission          = new CommissionType();
     this._ratePlanLevelFee    = new HotelRatePlanTypeRatePlanLevelFee();
     this._sellableProducts    = new List <SellableProductsTypeSellableProduct>();
     this._ratePlanShoulders   = new List <HotelRatePlanTypeRatePlanShoulder>();
     this._offers                 = new List <HotelRatePlanTypeOffer>();
     this._supplements            = new List <HotelRatePlanTypeSupplement>();
     this._rates                  = new List <HotelRatePlanTypeRate>();
     this._bookingRules           = new HotelRatePlanTypeBookingRules();
     this._destinationSystemsCode = new List <HotelRatePlanTypeDestinationSystemCode>();
 }
Exemple #5
0
 public PaymentDetailType()
 {
     this._commission    = new CommissionType();
     this._paymentAmount = new List <PaymentDetailTypePaymentAmount>();
 }