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

    Interface ExpensePolicy

    A set of rules restricting which expenses are claimable. Supports Add, Read, Modify, Upsert, Delete.

    interface ExpensePolicy {
        all_items_allowed: "0" | "1";
        created: string;
        customerid: string;
        deleted?: "0" | "1";
        description?: string;
        id: string;
        projectid: string;
        updated: string;
    }
    Index

    Properties

    all_items_allowed: "0" | "1"
    created: string
    customerid: string
    deleted?: "0" | "1"
    description?: string
    id: string
    projectid: string
    updated: string