# HotelSummaryMessage

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [HotelSummaryMessages](/connectivity/docs/api-reference/hotelsummarymessages)/`HotelSummaryMessage` | - | object | 1..1 | - |
| `HotelSummaryMessage`/`@StatusType` | Specifies whether the request is to [check](/connectivity/docs/preparing-a-property-to-be-open-bookable), [open](/connectivity/docs/preparing-a-property-to-be-open-bookable), or [close](/connectivity/docs/preparing-a-property-to-be-open-bookable) a property. | enum | 1..1 | Accepts: `Check`, `Open`, `Closed` |


## XML


```xml
<HotelSummaryMessage
  StatusType="Check" />
```

## Related endpoints

* [/ota/OTA_HotelSummaryNotif](/connectivity/docs/ota-hotelsummarynotif)