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

    Type Alias UseStampDutyCalculatorProps

    type UseStampDutyCalculatorProps = {
        additionalProperty?: boolean;
        calculationValue?: number;
        country?: Country;
        firstTimeBuyer?: boolean;
        isCompany?: boolean;
        rates: StampDutyRatesByTaxType | CountriesWithRatesByTaxTypes | null;
        resident?: boolean;
    }
    Index

    Properties

    additionalProperty?: boolean
    calculationValue?: number
    country?: Country
    firstTimeBuyer?: boolean
    isCompany?: boolean
    resident?: boolean