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

    Interface Estimate

    An approximate calculation of resource costs, fixed costs, and discounts for a pipeline deal. Read-only. :contentReference[oaicite:0]{index=0}:contentReference[oaicite:1]{index=1}

    interface Estimate {
        created: string;
        customerid: string;
        dealid: string;
        hide_expense: "0" | "1";
        id: string;
        name: string;
        notes?: string;
        updated: string;
    }
    Index

    Properties

    created: string
    customerid: string
    dealid: string
    hide_expense: "0" | "1"
    id: string
    name: string
    notes?: string
    updated: string