Filters
Represents a collection of filters that can be applied to hotel Search requests.
Properties
Name | Type | Description |
---|---|---|
Status | StatusFilter | Filter for hotel statuses to include or exclude specific booking statuses in the Search results. |
Status/Includes | Array<Status> | The statuses to include in the response. |
Status/Excludes | Array<Status> | The statuses to exclude from the response. |
RateRuleFilter | RateRuleFilter | Filter for rate rules to include or exclude specific rate restrictions in the Search results. |
RateRuleFilter/Excludes | Array<RateRule> | The collection of rate rules that should be excluded from the Search results. |
RateRuleFilter/Includes | Array<RateRule> | The collection of rate rules that should be included in the Search results. |
RateRuleFilter/ IncludeEmptyRateRulesOptions | Boolean | Specifies whether options without rate rules should be included in the results when Includes is null. |