We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1432c7 + fea3581 commit 55f5c65Copy full SHA for 55f5c65
Hackney.Shared.Asset/Domain/AssetManagement.cs
@@ -18,6 +18,7 @@ public class AssetManagement
18
public string CouncilTaxLiability { get; set; }
19
public bool? IsTemporaryAccomodation { get; set; }
20
public bool? IsTemporaryAccommodationBlock { get; set; }
21
+ public bool? IsPartOfTemporaryAccommodationBlock { get; set; }
22
public Guid? TemporaryAccommodationParentAssetId { get; set; }
23
public bool? ReadyToLetDate { get; set; }
24
}
0 commit comments