# RoomTypes

Multiple parents
`RoomTypes` can be a child of:

* [HotelProduct](/connectivity/docs/api-reference/hotelproduct)
* [RoomStay](/connectivity/docs/api-reference/roomstay)


## HotelProduct

### Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [HotelProduct](/connectivity/docs/api-reference/hotelproduct)/`RoomTypes` | - | array of [RoomType](/connectivity/docs/api-reference/roomtype) | 1..1 | - |
| `RoomTypes`/[RoomType](/connectivity/docs/api-reference/roomtype) | Room type details. | array of [RoomType](/connectivity/docs/api-reference/roomtype) | 1..* | - |


### XML

```xml
<RoomTypes>
  <RoomType ... />
  <RoomType ... />
</RoomTypes>
```

## RoomStay

### Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [RoomStay](/connectivity/docs/api-reference/roomstay)/`RoomTypes` | [Room types](/connectivity/docs/ota-hotelinvnotif) associated with the current [RoomStay](/connectivity/docs/api-reference/roomstay). | array of [RoomType](/connectivity/docs/api-reference/roomtype) | 1..1 | - |
| `RoomTypes`/[RoomType](/connectivity/docs/api-reference/roomtype) | Room type details. | object | 0..* | - |


### XML

```xml
<RoomTypes>
  <RoomType ... >
    ...
  </RoomType>
</RoomTypes>
```

## Related endpoints

* [/ota/OTA_HotelProductNotif](/connectivity/docs/ota-hotelproductnotif)
* [/ota/OTA_HotelResNotif](/assets/ota-resnotif.6feca6813d49343c21f6eaf6fb23bc2ae9463aebb608c424a9b1a86125d3a633.53c68abe.md)
* [/ota/OTA_HotelResModifyNotif](/assets/ota-resmodifynotif.47baf4836abbc19d568e27e43a5a6500b959bf6bebfe20f361089b013d7d6940.53c68abe.md)