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

    Interface EstimateExpense

    An anticipated expense on an estimate. Read-only. :contentReference[oaicite:4]{index=4}:contentReference[oaicite:5]{index=5}

    interface EstimateExpense {
        created: string;
        date: string;
        description: string;
        estimateid: string;
        id: string;
        itemid: string;
        markup: number;
        markup_type: "0" | "1";
        phaseid: string;
        price: number;
        quantity: number;
        updated: string;
    }
    Index

    Properties

    created: string
    date: string
    description: string
    estimateid: string
    id: string
    itemid: string
    markup: number
    markup_type: "0" | "1"
    phaseid: string
    price: number
    quantity: number
    updated: string