コード例 #1
0
 public OTA_HotelBookingRuleRQRuleMessage()
 {
     this._ruleCategories      = new List <OTA_HotelBookingRuleRQRuleMessageRuleCategory>();
     this._hotelReservationIDs = new List <HotelReservationIDsTypeHotelReservationID>();
     this._guestCounts         = new GuestCountType();
     this._statusApplication   = new OTA_HotelBookingRuleRQRuleMessageStatusApplication();
 }
コード例 #2
0
 public RoomStayCandidateType()
 {
     this._bedTypeCode         = new List <string>();
     this._promotionVendorCode = new List <string>();
     this._roomAmenity         = new List <RoomAmenityPrefType>();
     this._guestCounts         = new GuestCountType();
 }
コード例 #3
0
 public RoomStayLiteType()
 {
     this._basicPropertyInfo = new RoomStayLiteTypeBasicPropertyInfo();
     this._depositPayment    = new List <RequiredPaymentLiteType>();
     this._guarantee         = new List <GuaranteeType>();
     this._timeSpan          = new DateTimeSpanType();
     this._guestCounts       = new GuestCountType();
     this._roomRates         = new List <RoomRateLiteType>();
     this._ratePlans         = new List <RatePlanLiteType>();
     this._roomTypes         = new List <RoomTypeLiteType>();
 }
コード例 #4
0
 public ResGuestType()
 {
     this._tPA_Extensions     = new TPA_ExtensionsType();
     this._inHouseTimeSpan    = new DateTimeSpanType();
     this._guestCounts        = new GuestCountType();
     this._departureTransport = new List <TransportInfoTypeTransportInfo>();
     this._arrivalTransport   = new List <TransportInfoTypeTransportInfo>();
     this._profileRPHs        = new List <ResGuestTypeProfileRPH>();
     this._serviceRPHs        = new List <ServiceRPHsTypeServiceRPH>();
     this._comments           = new List <CommentTypeComment>();
     this._specialRequests    = new List <SpecialRequestTypeSpecialRequest>();
     this._profiles           = new List <ProfilesTypeProfileInfo>();
 }
コード例 #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();
 }
コード例 #6
0
ファイル: RoomStayType.cs プロジェクト: zdebou/OTA-Library
 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>();
 }