Skip to main content

ApartmentTermsAndConditions

Terms and conditions which apply on booking for the given countries

countriesstring[]

List of country codes represented in standard ISO 3166-1 ALPHA-2 format. If empty then applies to none.

Possible values: >= 2 characters and <= 2 characters

urlstringrequired

Url to terms and conditions

Example: https://www.abc.org/xyz
ApartmentTermsAndConditions
{
"countries": [
"string"
],
"url": "https://www.abc.org/xyz"
}