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

    Type Alias DBAPIValuationRequestData

    type DBAPIValuationRequestData = {
        agency_id: number | null;
        associations: any[];
        branch_id: number | null;
        created_at: string;
        filtered_associations: any[];
        id: number;
        message: string | null;
        portal_id: number;
        valuation_reason: string | null;
    }
    Index

    Properties

    agency_id: number | null
    associations: any[]
    branch_id: number | null
    created_at: string
    filtered_associations: any[]
    id: number
    message: string | null
    portal_id: number
    valuation_reason: string | null