@theredspace/spp-client
    Preparing search index...

    Interface EstimateMarkup

    Anticipated markup on estimate expenses. Read-only. :contentReference[oaicite:8]{index=8}:contentReference[oaicite:9]{index=9}

    interface EstimateMarkup {
        as_percentage: "0" | "1";
        created: string;
        estimateid: string;
        id: string;
        percent: number;
        total: number;
        updated: string;
    }
    Index

    Properties

    as_percentage: "0" | "1"
    created: string
    estimateid: string
    id: string
    percent: number
    total: number
    updated: string