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

    Interface Slipstage

    A charge stage can be used to classify slips (e.g. Open, Billed, or custom stages). Supports Add, Read, Modify, Upsert. :contentReference[oaicite:50]{index=50}:contentReference[oaicite:51]{index=51} :contentReference[oaicite:52]{index=52}:contentReference[oaicite:53]{index=53}

    interface Slipstage {
        created: string;
        enable_slip_tab?: "0" | "1";
        exclude_from_invoicing?: "0" | "1";
        id: string;
        name: string;
        notes?: string;
        position?: number;
        updated: string;
    }
    Index

    Properties

    created: string
    enable_slip_tab?: "0" | "1"
    exclude_from_invoicing?: "0" | "1"
    id: string
    name: string
    notes?: string
    position?: number
    updated: string