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

    Interface Ccrate

    Hourly rate per customer for a specific service. Read-only.

    interface Ccrate {
        categoryid: string;
        created: string;
        currency: string;
        customerid: string;
        id: string;
        notes?: string;
        rate: number;
        updated: string;
    }
    Index

    Properties

    categoryid: string
    created: string
    currency: string
    customerid: string
    id: string
    notes?: string
    rate: number
    updated: string