Accommodation
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the Accommodation. |
name | String | true | Name of the Accommodation. |
code | String | false | Code of the Accommodation. |
roomType | RoomType | false | Room type associated to this Accommodation. |
JSON representation
{ "id": 1, "name": "Single", "code": "SGL", "roomType": { "id": 2, "name": "Single" } }