# StandardPhrases

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [TPA_Extensions](/connectivity/docs/api-reference/tpa_extensions)/`StandardPhrases` | "Fine print" phrases to be displayed with a property's information on Booking.com. | array of [StandardPhrase](/connectivity/docs/api-reference/standardphrase) | 0..1 | - |
| `StandardPhrases`/`StandardPhrase` | Standard phrase details. | object | 0..* | - |


## XML


```xml
<StandardPhrases>
  <StandardPhrase ... >
    ...
  </StandardPhrase>
  <StandardPhrase ... >
    ...
  </StandardPhrase>
</StandardPhrases>
```

## Related endpoints

* [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif)