Fields documentation for RentalObjectCategoryWeb
| Name | Type | Summery | Remarks |
|---|---|---|---|
| CategoryId | Int32 | The Id of the category entity. | |
| CategoryName | String | The name of the category. | |
| Grade | Double | The minimum grade required to reach this category. | Each house is graded using an internal scorecard. The resulting score is used to select the correct category of the rental object. |
| Id | Int32 | Unique Id for the entity. This Id is unchanged throughout the entity's lifetime. | |
| InspectedLast | DateTime | When was the rental object inspected in connection with this categorisation. | |
| ValidFrom | DateTime | Start date. | |
| ValidTo | Nullable<DateTime> | End date. If null, the interval is seen as having no expiration. |