Пример #1
0
 public OfferTypeOfferRule()
 {
     this._inventories      = new List <OfferTypeOfferRuleInventory>();
     this._occupancy        = new List <OfferTypeOfferRuleOccupancy>();
     this._dOW_Restrictions = new DOW_RestrictionsType();
     this._lengthsOfStay    = new LengthsOfStayType();
     this._dateRestriction  = new List <OfferTypeOfferRuleDateRestriction>();
 }
Пример #2
0
 public AvailStatusMessageType()
 {
     this._restrictionStatus        = new AvailStatusMessageTypeRestrictionStatus();
     this._uniqueID                 = new UniqueID_Type();
     this._delta                    = new AvailStatusMessageTypeDelta();
     this._hurdleRate               = new AvailStatusMessageTypeHurdleRate();
     this._bestAvailableRates       = new List <AvailStatusMessageTypeBestAvailableRate>();
     this._lengthsOfStay            = new LengthsOfStayType();
     this._statusApplicationControl = new StatusApplicationControlType();
 }
Пример #3
0
 public BookingRulesTypeBookingRule()
 {
     this._checkoutCharge       = new List <BookingRulesTypeBookingRuleCheckoutCharge>();
     this._uniqueID             = new UniqueID_Type();
     this._description          = new List <ParagraphType>();
     this._addtionalRules       = new List <BookingRulesTypeBookingRuleAdditionalRule>();
     this._viewerships          = new List <ViewershipsTypeViewership>();
     this._restrictionStatus    = new BookingRulesTypeBookingRuleRestrictionStatus();
     this._dOW_Restrictions     = new DOW_RestrictionsType();
     this._lengthsOfStay        = new LengthsOfStayType();
     this._requiredPaymts       = new List <RequiredPaymentsTypeGuaranteePayment>();
     this._cancelPenalties      = new CancelPenaltiesType();
     this._acceptableGuarantees = new List <BookingRulesTypeBookingRuleAcceptableGuarantee>();
 }