Websites v4 docs v5.2.4
    Preparing search index...

    Type Alias HestiaPropertyMetadata

    type HestiaPropertyMetadata = {
        addresses?: {
            address_2?: string;
            address_3?: string;
            address_4?: string;
        };
        council_tax?: { council_tax_band?: string; council_tax_exempt?: boolean };
        disposal?: string;
        epc_classification?: string;
        exchanged_price?: string;
        open_house_events?: { end: string; start: string }[];
        price_metadata?: {
            annual_ground_rent?: string;
            annual_service_charge?: string;
            deposit?: string;
            ground_rent_percentage_increase?: string;
            ground_rent_review_period_years?: string;
            shared_ownership?: boolean;
            shared_ownership_percentage?: string;
            shared_ownership_rent?: string;
            shared_ownership_rent_frequency?: string;
            tenure_unexpired_years?: string;
        };
        property_details?: { minimum_term?: number; tenancy_length?: number };
        recommended_price?: string;
        room_details?: {
            description?: string;
            rooms?: { room_description?: string; room_name?: string }[];
            summary?: string;
        };
        rtdf?: { agent_ref?: string; branch_id?: string };
        valuation_price?: string;
    }
    Index

    Properties

    addresses?: { address_2?: string; address_3?: string; address_4?: string }
    council_tax?: { council_tax_band?: string; council_tax_exempt?: boolean }
    disposal?: string
    epc_classification?: string
    exchanged_price?: string
    open_house_events?: { end: string; start: string }[]
    price_metadata?: {
        annual_ground_rent?: string;
        annual_service_charge?: string;
        deposit?: string;
        ground_rent_percentage_increase?: string;
        ground_rent_review_period_years?: string;
        shared_ownership?: boolean;
        shared_ownership_percentage?: string;
        shared_ownership_rent?: string;
        shared_ownership_rent_frequency?: string;
        tenure_unexpired_years?: string;
    }
    property_details?: { minimum_term?: number; tenancy_length?: number }
    recommended_price?: string
    room_details?: {
        description?: string;
        rooms?: { room_description?: string; room_name?: string }[];
        summary?: string;
    }
    rtdf?: { agent_ref?: string; branch_id?: string }
    valuation_price?: string