# RoomRates

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [RoomStay](/connectivity/docs/api-reference/roomstay)/`RoomRates` | Price(s) for the current [RoomStay](/connectivity/docs/api-reference/roomstay). | array of [RoomRate](/connectivity/docs/api-reference/roomrate) | 1..1 | - |
| `RoomRates`/[RoomRate](/connectivity/docs/api-reference/roomrate) | Contains price details of one combination of room type, rate, and date. Each reservation contains at least one `RoomRate` element for each night of the stay. If the reservation contains multiple rooms, there will be one `RoomRate` per room, per night. | object | 0..* | - |


## XML

```xml
<RoomRates>
   <RoomRate ... >
      ...
   </RoomRate>
   <RoomRate ... >
      ...
   </RoomRate>
</RoomRates>
```

## Related endpoints

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