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

    Type Alias DBAPIStampDutyRateData

    type DBAPIStampDutyRateData = {
        additional_property_surcharge: number | string | null;
        associations: any[];
        base_lbtt_rate: number | string | null;
        base_ltt_rate: number | string | null;
        base_sdlt_rate: number | string | null;
        country_name: SelectableCountries;
        filtered_associations: any[];
        first_time_buyer_cap: number | string | null;
        first_time_buyer_rate: number | string | null;
        id: number;
        maximum_property_price: number | null;
        minimum_property_price: number | null;
        non_uk_resident_surcharge: number | string | null;
        tax_type: TaxTypes;
    }
    Index

    Properties

    additional_property_surcharge: number | string | null
    associations: any[]
    base_lbtt_rate: number | string | null
    base_ltt_rate: number | string | null
    base_sdlt_rate: number | string | null
    country_name: SelectableCountries
    filtered_associations: any[]
    first_time_buyer_cap: number | string | null
    first_time_buyer_rate: number | string | null
    id: number
    maximum_property_price: number | null
    minimum_property_price: number | null
    non_uk_resident_surcharge: number | string | null
    tax_type: TaxTypes