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

    Interface Costcenter

    Cost center for grouping expenses. Supports Add, Read, Modify, Upsert, Delete.

    interface Costcenter {
        active: "0" | "1";
        code?: string;
        created: DateContainer;
        externalid?: string;
        id: string;
        name: string;
        notes?: string;
        picklist_label?: string;
        updated: DateContainer;
    }
    Index

    Properties

    active: "0" | "1"
    code?: string
    created: DateContainer
    externalid?: string
    id: string
    name: string
    notes?: string
    picklist_label?: string
    updated: DateContainer