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.
Field | Attribute | Description | Type | Required/ Optional | Notes |
---|---|---|---|---|---|
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
... <ContactInfo> ... <HiddenAddress ShouldHideAddress="1"/> ... </ContactInfo> ...