# PreventLikelyToBeCancelledBookings

Reduce bookings from customers that are very likely to cancel by showing them a modified version of your existing policies. Here's what this feature can do for customers with several overlapping bookings on the same day:

* Limit the FREE cancellation period
* Display non-refundable rates first


## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [TPA_Extensions](/connectivity/docs/api-reference/tpa_extensions)/`PreventLikelyToBeCancelledBookings` | Feature object | object | 0..1 | - |
| `PreventLikelyToBeCancelledBookings`/`@Enabled` | Enable/disable the feature for current property. | boolean | `1` - opt in to the feature. `0` - opt out of the feature. |  |


## XML


```xml
<PreventLikelyToBeCancelledBookings Enabled="1"></PreventLikelyToBeCancelledBookings>
```

## Related endpoints

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