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

    Interface Customerpo

    Customer PO funding document. Supports Add, Read, Modify, Upsert, Delete.

    interface Customerpo {
        acct_date?: string;
        active: "0" | "1";
        code?: string;
        created: string;
        currency: string;
        date: string;
        externalid?: string;
        id: string;
        name: string;
        notes?: string;
        number?: string;
        picklist_label?: string;
        total: number;
        updated: string;
    }
    Index

    Properties

    acct_date?: string
    active: "0" | "1"
    code?: string
    created: string
    currency: string
    date: string
    externalid?: string
    id: string
    name: string
    notes?: string
    number?: string
    picklist_label?: string
    total: number
    updated: string