Exemplo n.º 1
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>();
 }
Exemplo n.º 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();
 }
Exemplo n.º 3
0
 public RateUploadType()
 {
     this._additionalCharges = new HotelAdditionalChargesType();
     this._mealsIncluded     = new RateUploadTypeMealsIncluded();
     this._uniqueID          = new UniqueID_Type();
     this._rateDescription   = new ParagraphType();
     this._paymentPolicies   = new List <RequiredPaymentsTypeGuaranteePayment>();
     this._cancelPolicies    = new CancelPenaltiesType();
     this._guaranteePolicies = new List <GuaranteeType>();
     this._fees = new List <FeeType>();
     this._additionalGuestAmounts = new List <RateUploadTypeAdditionalGuestAmount>();
     this._baseByGuestAmts        = new List <RateUploadTypeBaseByGuestAmt>();
 }
Exemplo n.º 4
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>();
 }
Exemplo n.º 5
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();
 }
Exemplo n.º 6
0
 public PoliciesTypePolicy()
 {
     this._groupPolicies          = new List <PoliciesTypePolicyGroupPolicy>();
     this._ratePolicies           = new List <PoliciesTypePolicyRatePolicy>();
     this._feePolicies            = new List <FeeType>();
     this._commissionPolicy       = new PoliciesTypePolicyCommissionPolicy();
     this._stayRequirements       = new List <PoliciesTypePolicyStayRequirement>();
     this._petsPolicies           = new PoliciesTypePolicyPetsPolicies();
     this._taxPolicies            = new List <PoliciesTypePolicyTaxPolicy>();
     this._policyInfo             = new PoliciesTypePolicyPolicyInfo();
     this._checkoutCharges        = new List <PoliciesTypePolicyCheckoutCharge>();
     this._policyInfoCodes        = new List <PoliciesTypePolicyPolicyInfoCode>();
     this._guaranteePaymentPolicy = new PoliciesTypePolicyGuaranteePaymentPolicy();
     this._cancelPolicy           = new CancelPenaltiesType();
 }
Exemplo n.º 7
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>();
 }