StatusFilter
Represents a filter for hotel statuses in Search requests. This filter allows specifying the statuses to include or exclude in the Search results.
Properties
Name | Type | Description |
---|---|---|
Includes | Array<Status> | The statuses to include in the response. |
Excludes | Array<Status> | The statuses to exclude from the response. |