Websites v4 docs v8.3.1
    Preparing search index...

    Interface PropertyRules

    interface PropertyRules {
        hasChildProperties?: boolean;
        maxPrice?: number;
        minPrice?: number;
        primaryChannel?: string;
        propertyIds?: number[];
        propertyType?: string;
        tags?: string[];
    }
    Index

    Properties

    hasChildProperties?: boolean
    maxPrice?: number

    Inclusive upper bound the property's price value must meet for the rule to match

    minPrice?: number

    Inclusive lower bound the property's price value must meet for the rule to match

    primaryChannel?: string
    propertyIds?: number[]
    propertyType?: string
    tags?: string[]