# PetsPolicies

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [Policy](/connectivity/docs/api-reference/policy)/`PetsPolicies` | Policies around pets. | array of [PetsPolicy](/connectivity/docs/api-reference/petspolicy) | 0..1 | - |
| `PetsPolicies`/`@PetsAllowedCode` | Specifies the property's policy regarding pets. | enum | 0..1 | Accepts: `Pets Allowed`, `Pets Not Allowed`, `Pets By Arrangements`. |
| `PetsPolicies`/[PetsPolicy](/connectivity/docs/api-reference/petspolicy) | Pets policy details. | object | 0..1 | Required if `@PetsAllowedCode` is `Pets Allowed`, `Pets By Arrangements`. |


## XML


```xml
<PetsPolicies
  PetsAllowedCode="Pets By Arrangements">
  <PetsPolicy ... />
</PetsPolicies>
```

## Related endpoints

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