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

    Type Alias DBAPIPropertyData

    type DBAPIPropertyData = {
        agency_id: number;
        bedrooms: number;
        branch_id: number;
        county: string;
        id: number;
        metadata: {
            council_tax: { council_tax_band: string; council_tax_exempt: boolean };
            epc_classification: string;
            max_square_feet: number | null;
            price_metadata: {
                annual_ground_rent: string;
                annual_service_charge: string;
                deposit: string;
                ground_rent_percentage_increase: string;
                ground_rent_review_date: 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;
            };
            room_details?: {
                description?: string;
                rooms?: [
                    room_name?: string,
                    room_width?: string,
                    room_length?: string,
                    room_description?: string,
                    room_dimension_unit?: string,
                ];
                summary?: string;
            };
            streetview_enabled: boolean;
            streetview_orientation_heading: number
            | null;
            streetview_orientation_pitch: number | null;
            streetview_position_lat: number | null;
            streetview_position_lng: number | null;
        };
        postcode: string;
        property_ref: string;
        street: string;
        town: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    agency_id: number
    bedrooms: number
    branch_id: number
    county: string
    id: number
    metadata: {
        council_tax: { council_tax_band: string; council_tax_exempt: boolean };
        epc_classification: string;
        max_square_feet: number | null;
        price_metadata: {
            annual_ground_rent: string;
            annual_service_charge: string;
            deposit: string;
            ground_rent_percentage_increase: string;
            ground_rent_review_date: 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;
        };
        room_details?: {
            description?: string;
            rooms?: [
                room_name?: string,
                room_width?: string,
                room_length?: string,
                room_description?: string,
                room_dimension_unit?: string,
            ];
            summary?: string;
        };
        streetview_enabled: boolean;
        streetview_orientation_heading: number
        | null;
        streetview_orientation_pitch: number | null;
        streetview_position_lat: number | null;
        streetview_position_lng: number | null;
    }
    postcode: string
    property_ref: string
    street: string
    town: string