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

    Interface Envelope

    An expense report (envelope) for reimbursable items. Supports Add, Read, Modify, Delete, Submit, Approve, Reject, Unapprove, Report.

    interface Envelope {
        acct_date?: string;
        advance?: number;
        approved?: string;
        approver?: string;
        attachmentid?: string[];
        balance?: number;
        created: string;
        currency?: string;
        currency_exchange_intolerance?: "0" | "1";
        customerid?: string;
        date: string;
        date_end?: string;
        date_start?: string;
        description?: string;
        exported?: string;
        externalid?: string;
        id: string;
        is_overlapping?: "0" | "1";
        isAccounting?: "0" | "1";
        isAdjusting?: "0" | "1";
        name: string;
        notes?: string;
        number?: string;
        projectid?: string;
        status?: "S" | "A" | "R" | "O";
        submitted?: string;
        tax_locationid?: string;
        thin_client_id?: string;
        total?: number;
        total_tickets?: number;
        total_to_reimburse?: number;
        trip_reason?: string;
        updated: string;
        userid?: string;
    }
    Index

    Properties

    acct_date?: string
    advance?: number
    approved?: string
    approver?: string
    attachmentid?: string[]
    balance?: number
    created: string
    currency?: string
    currency_exchange_intolerance?: "0" | "1"
    customerid?: string
    date: string
    date_end?: string
    date_start?: string
    description?: string
    exported?: string
    externalid?: string
    id: string
    is_overlapping?: "0" | "1"
    isAccounting?: "0" | "1"
    isAdjusting?: "0" | "1"
    name: string
    notes?: string
    number?: string
    projectid?: string
    status?: "S" | "A" | "R" | "O"
    submitted?: string
    tax_locationid?: string
    thin_client_id?: string
    total?: number
    total_tickets?: number
    total_to_reimburse?: number
    trip_reason?: string
    updated: string
    userid?: string