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

    Interface ProjectBillingTransaction

    interface ProjectBillingTransaction {
        agreement_id: number;
        category_id: number;
        cost: number;
        cost_center_id: number;
        created: DateContainer;
        currency: string;
        customer_id: number;
        customerpo_id: number;
        date: DateContainer;
        description: string;
        fulfillment_id: number;
        hour: number;
        id: number;
        item_id: number;
        job_code_id: number;
        minute: number;
        notes: string;
        task_id: number;
        ticket_id: number;
        timetype_id: number;
        total: number;
        type: string;
        um: string;
        updated: DateContainer;
        user_id: number;
    }
    Index

    Properties

    agreement_id: number
    category_id: number
    cost: number
    cost_center_id: number
    created: DateContainer
    currency: string
    customer_id: number
    customerpo_id: number
    description: string
    fulfillment_id: number
    hour: number
    id: number
    item_id: number
    job_code_id: number
    minute: number
    notes: string
    task_id: number
    ticket_id: number
    timetype_id: number
    total: number
    type: string
    um: string
    updated: DateContainer
    user_id: number