# HiddenAddress

## Fields

When using this object, sending at least one `Address` with the type `PhysicalLocation` in the default language is mandatory.

If you specify more than one address with type `PhysicalLocation` and in the same language, then only the latest change is taken. For more information on specifying an address in multiple languages, see the [documentation on Address.](/connectivity/docs/api-reference/address)

| Field | Attribute | Description | Type | Required/Optional | Notes |
|  --- | --- | --- | --- | --- | --- |
| [ContactInfo](/connectivity/docs/api-reference/contactinfo)/`HiddenAddress` |  | Contains whether the property's address can be shown to the guests before they book a stay on a property. | object | optional | - |
| `HiddenAddress` | `ShouldHideAddress` | Specifies whether to hide the address details. | boolean | optional | * 0 - Do not hide the full address.  * 1 - Hide the full address from the guest. |


## XML


```xml
    ...
    <ContactInfo>
        ...  
        <HiddenAddress 
          ShouldHideAddress="1"/>
        ...  
    </ContactInfo>
    ...
```

## Related endpoints

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