Fields documentation for RentalObjectCommentWeb
Name | Type | Summery | Remarks |
---|---|---|---|
Id | Int32 | Unique Id for the entity. This Id is unchanged throughout the entity's lifetime. | |
IsoLanguageCode | String | ISO 3166-1 language code. | |
Text | String | The description of this area in the current language. | |
Type | RentalObjectCommentTypeWebEnum | The comment type: Only RentalAgreement and Catalogue comments are exposed on the web. | |
ValidFrom | DateTime | Start date. | |
ValidTo | Nullable<DateTime> | End date. If null, the interval is seen as having no expiration. |