Occupancy
Conditions for guests.
Example:
{
"adults": {
"min": 2,
"max": 2
},
{
"childrenAges": [
{"max": 3},
{"max": 7}
]
}
|
Field |
Required |
Type |
Description |
|
|
Yes |
Object |
How many adults can stay. An allowed value of NumberRange. |
|
|
No |
Object[] |
Lodgings with age limits are set using a NumberRange list of age ranges. The array should contain no more than four elements. |
Was the article helpful?
Previous
Next