Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.93 KB | None | 0 0
  1.         public int? TenantId { get; set; }
  2.  
  3.         public string PropertyName { get; set; }
  4.  
  5.         public string LegalName { get; set; }
  6.  
  7.         public PropertyStatus Status { get; set; }
  8.  
  9.         public string ImageUrl { get; set; }
  10.  
  11.         public string Country { get; set; }
  12.  
  13.         public string TimeZone { get; set; }
  14.  
  15.         public string Address { get; set; }
  16.  
  17.         public string Website { get; set; }
  18.  
  19.         public string Logo { get; set; }
  20.  
  21.         public bool PetsFriendly { get; set; }
  22.  
  23.         public string Description { get; set; }
  24.  
  25.         public string Policy { get; set; }
  26.  
  27.         public DateTime CheckIn { get; set; }
  28.  
  29.         public DateTime CheckOut { get; set; }
  30.  
  31.         public string Currency { get; set; }
  32.  
  33.         public string IsTaxDisplay { get; set; }
  34.  
  35.         public string DefaultTimeForHousekeepingTask { get; set; }
  36.  
  37.         public string AssignRoomsAutomatic { get; set; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement