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

    Interface Payrolltype

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

    Properties

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