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

    Interface BudgetAllocation

    Assigns a user to a percentage of a budget entry. Supports Add, Read, Modify, Upsert.

    interface BudgetAllocation {
        allocation: number;
        budgetactivity_id?: string;
        budgetcategory_id?: string;
        budgetid: string;
        created: string;
        currency: string;
        customerid?: string;
        date: string;
        id: string;
        projectid?: string;
        total: number;
        updated: string;
        userid: string;
    }
    Index

    Properties

    allocation: number
    budgetactivity_id?: string
    budgetcategory_id?: string
    budgetid: string
    created: string
    currency: string
    customerid?: string
    date: string
    id: string
    projectid?: string
    total: number
    updated: string
    userid: string