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

    Type Alias InstantValuationApiResponse

    type InstantValuationApiResponse = {
        error?: string;
        message?: string;
        valuation?: {
            lower_bound?: number;
            price?: number;
            upper_bound?: number;
            valuation_errors?: string[];
        };
        valuation_id?: string;
    }
    Index

    Properties

    error?: string
    message?: string
    valuation?: {
        lower_bound?: number;
        price?: number;
        upper_bound?: number;
        valuation_errors?: string[];
    }
    valuation_id?: string