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

    Interface Vendor

    A vendor is an external source your company purchases goods or services from. Supports Add, Read, Modify, Upsert, Delete.

    interface Vendor {
        active: "0" | "1";
        addr: AddressBlock;
        attention?: string;
        code?: string;
        created: DateContainer;
        currency?: string;
        externalid?: string;
        id: string;
        name: string;
        notes?: string;
        picklist_label?: string;
        purchaseorder_email_text?: string;
        purchaseorder_text?: string;
        tax_locationid?: string;
        terms?: string;
        updated: DateContainer;
        web?: string;
    }
    Index

    Properties

    active: "0" | "1"
    attention?: string
    code?: string
    created: DateContainer
    currency?: string
    externalid?: string
    id: string
    name: string
    notes?: string
    picklist_label?: string
    purchaseorder_email_text?: string
    purchaseorder_text?: string
    tax_locationid?: string
    terms?: string
    updated: DateContainer
    web?: string