Exemplo n.º 1
0
 public RoomStaysTypeRoomStay()
 {
     this._bookingRules    = new List <BookingRulesTypeBookingRule>();
     this._reference       = new RoomStaysTypeRoomStayReference();
     this._serviceRPHs     = new List <ServiceRPHsTypeServiceRPH>();
     this._specialRequests = new List <SpecialRequestTypeSpecialRequest>();
     this._comments        = new List <CommentTypeComment>();
     this._memberships     = new List <MembershipTypeMembership>();
     this._resGuestRPHs    = new ResGuestRPHsType();
 }
Exemplo n.º 2
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();
 }