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

    Interface Payrolltype

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

    Properties

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