# Condition

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [Conditions](/connectivity/docs/api-reference/conditions)/`Condition` | Cleaning fee condition details. | object | 1..1 | - |
| `Condition`/`@Type` | Specifies when a guest must pay the extra cleaning fee. | enum | 1..1 | Accepts: `guest_brings_pet`, `guest_doesnt_clean_before_checkout`, `guest_smokes`. |


## XML


```xml
<Condition
  Type="guest_doesnt_clean_before_checkout" />
```

## Related endpoints

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