PropertyClassTypeRating
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id |
code | string | true | Code |
name | string | true | Name |
nameI18n | string | true | |
propertyClassType | PropertyClassType | true |
JSON representation
{ "id": 6, "code": "13S", "name": "3 *** S", "nameI18n": "3 *** S", "propertyClassType": { "id": 1, "code": "1", "name": "Hotel", "nameI18n": "Hotel" }