Exemplo n.º 1
0
 public BaseInvCountType()
 {
     this._uniqueID  = new UniqueID_Type();
     this._offSell   = new BaseInvCountTypeOffSell();
     this._invCounts = new List <BaseInvCountTypeInvCount>();
     this._statusApplicationControl = new StatusApplicationControlType();
 }
Exemplo n.º 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();
 }
Exemplo n.º 3
0
 public RateAmountMessageType()
 {
     this._rates = new List <RateAmountMessageTypeRate>();
     this._statusApplicationControl = new StatusApplicationControlType();
 }
Exemplo n.º 4
0
 public OTA_HotelBookingRuleNotifRQRuleMessagesRuleMessage()
 {
     this._uniqueID                 = new UniqueID_Type();
     this._bookingRules             = new List <BookingRulesTypeBookingRule>();
     this._statusApplicationControl = new StatusApplicationControlType();
 }