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

    Interface Costcategory

    Category for cost transactions. Supports Add, Read, Modify, Upsert, Delete.

    interface Costcategory {
        active: "0" | "1";
        created: string;
        id: string;
        name: string;
        notes?: string;
        updated: string;
    }
    Index

    Properties

    active: "0" | "1"
    created: string
    id: string
    name: string
    notes?: string
    updated: string