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

    Interface Actualcost

    interface Actualcost {
        cost: number;
        cost_typeid: string;
        created: DateContainer;
        currency: string;
        date: DateContainer;
        externalid?: string;
        id: string;
        is_accrual: "0" | "1";
        name: string;
        notes?: string;
        period: DateContainer;
        updated: DateContainer;
        userid: string;
    }
    Index

    Properties

    cost: number
    cost_typeid: string
    created: DateContainer

    [Read-only] When the record was created

    currency: string

    The currency code of the cost

    [Required] Date for the actual cost (YYYY-MM-DD)

    externalid?: string
    id: string
    is_accrual: "0" | "1"

    A “1/0” flag indicating whether this actual cost is an accrual

    name: string

    The (unused) name of the actual cost, present for subtotalling

    notes?: string

    Optional notes

    [Required] Period type: “Daily”, “Weekly”, “Monthly”, “Quarterly”, or “Annually”

    updated: DateContainer

    [Read-only] When the record was last modified

    userid: string

    [Required] The user ID this cost applies to