Example #1
0
 public AgreementsType()
 {
     this._tPA_Extensions      = new TPA_ExtensionsType();
     this._contractInformation = new ParagraphType();
     this._profileSecurity     = new List <AgreementsTypeProfileSecurity>();
     this._commissionInfo      = new List <CommissionInfoType>();
     this._allianceConsortium  = new List <AllianceConsortiumType>();
     this._certification       = new List <CertificationType>();
 }
Example #2
0
 public OfferType()
 {
     this._guests           = new List <OfferTypeGuest>();
     this._inventories      = new List <OfferTypeInventory>();
     this._compatibleOffers = new List <OfferTypeCompatibleOffer>();
     this._offerDescription = new ParagraphType();
     this._freeUpgrade      = new OfferTypeFreeUpgrade();
     this._discount         = new OfferTypeDiscount();
     this._offerRules       = new List <OfferTypeOfferRule>();
 }
Example #3
0
 public GuestRoomType()
 {
     this._description           = new ParagraphType();
     this._additionalGuestAmount = new List <AdditionalGuestAmountType>();
     this._roomLevelFees         = new GuestRoomTypeRoomLevelFees();
     this._amenities             = new List <GuestRoomTypeAmenity>();
     this._room       = new GuestRoomTypeRoom();
     this._occupancy  = new List <GuestRoomTypeOccupancy>();
     this._quantities = new GuestRoomTypeQuantities();
 }
Example #4
0
 public RoomTypeType()
 {
     this._bedTypeCode         = new List <string>();
     this._promotionVendorCode = new List <string>();
     this._tPA_Extensions      = new TPA_ExtensionsType();
     this._occupancy           = new List <RoomTypeTypeOccupancy>();
     this._amenities           = new List <RoomAmenityPrefType>();
     this._additionalDetails   = new List <AdditionalDetailType>();
     this._roomDescription     = new ParagraphType();
 }
Example #5
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();
 }
Example #6
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>();
 }
Example #7
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>();
 }
 public SellableProductsTypeSellableProduct()
 {
     this._uniqueID               = new UniqueID_Type();
     this._description            = new ParagraphType();
     this._destinationSystemCodes = new List <SellableProductsTypeSellableProductDestinationSystemCode>();
 }
Example #9
0
 public RoomTypeLiteType()
 {
     this._amenity         = new List <RoomAmenityPrefType>();
     this._roomDescription = new ParagraphType();
 }
Example #10
0
 public RatePlanLiteType()
 {
     this._ratePlanDescription = new ParagraphType();
     this._guarantee           = new List <GuaranteeType>();
 }