Beispiel #1
0
 public RoomRateType()
 {
     this._promotionVendorCode = new List <string>();
     this._availability        = new List <RoomRateTypeAvailability>();
     this._total               = new TotalType();
     this._features            = new List <RoomRateTypeFeature>();
     this._roomRateDescription = new List <ParagraphType>();
     this._rates               = new List <RateTypeRate>();
 }
Beispiel #2
0
 public AmountType()
 {
     this._additionalCharges = new HotelAdditionalChargesType();
     this._rateDescription   = new ParagraphType();
     this._total             = new TotalType();
     this._discount          = new List <AmountTypeDiscount>();
     this._paymentPolicies   = new List <RequiredPaymentsTypeGuaranteePayment>();
     this._cancelPolicies    = new CancelPenaltiesType();
     this._fees = new List <FeeType>();
     this._additionalGuestAmounts = new AmountTypeAdditionalGuestAmounts();
     this._base = new TotalType();
 }
Beispiel #3
0
 public ResCommonDetailType()
 {
     this._total           = new TotalType();
     this._fees            = new List <FeeType>();
     this._cancelPenalties = new CancelPenaltiesType();
     this._depositPayments = new List <RequiredPaymentsTypeGuaranteePayment>();
     this._guarantee       = new GuaranteeType();
     this._specialRequests = new List <SpecialRequestTypeSpecialRequest>();
     this._comments        = new List <CommentTypeComment>();
     this._memberships     = new List <MembershipTypeMembership>();
     this._resGuestRPHs    = new ResGuestRPHsType();
     this._timeSpan        = new ResCommonDetailTypeTimeSpan();
     this._guestCounts     = new GuestCountType();
 }
Beispiel #4
0
 public RoomStayType()
 {
     this._warningRPH          = new List <string>();
     this._promotionVendorCode = new List <string>();
     this._tPA_Extensions      = new TPA_ExtensionsType();
     this._mapURL            = new RoomStayTypeMapURL();
     this._basicPropertyInfo = new RoomStayTypeBasicPropertyInfo();
     this._total             = new TotalType();
     this._discount          = new DiscountType();
     this._cancelPenalties   = new CancelPenaltiesType();
     this._depositPayments   = new List <RequiredPaymentsTypeGuaranteePayment>();
     this._guarantee         = new List <GuaranteeType>();
     this._timeSpan          = new DateTimeSpanType();
     this._guestCounts       = new GuestCountType();
     this._roomRates         = new RoomStayTypeRoomRates();
     this._ratePlans         = new List <RatePlanType>();
     this._roomTypes         = new List <RoomTypeType>();
 }
Beispiel #5
0
 public AdditionalGuestAmountType()
 {
     this._addlGuestAmtDescription = new List <ParagraphType>();
     this._amount = new TotalType();
 }
Beispiel #6
0
 public RailChargesType()
 {
     this._charges = new List <FeeType>();
     this._total   = new TotalType();
 }