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

    Interface Category

    A service (category, activity, or time type) offered to customers. Supports Add, Read, Modify, Upsert, Delete.

    interface Category {
        active: "0" | "1";
        code?: string;
        cost_centerid?: string;
        cost_rate?: number;
        created: string;
        currency?: string;
        externalid?: string;
        fixed_fee?: number;
        id: string;
        name: string;
        notes?: string;
        other_rate?: number;
        other_rate_type?: string;
        picklist_label?: string;
        rate?: number;
        taxable?: "0" | "1";
        updated: string;
    }
    Index

    Properties

    active: "0" | "1"
    code?: string
    cost_centerid?: string
    cost_rate?: number
    created: string
    currency?: string
    externalid?: string
    fixed_fee?: number
    id: string
    name: string
    notes?: string
    other_rate?: number
    other_rate_type?: string
    picklist_label?: string
    rate?: number
    taxable?: "0" | "1"
    updated: string