ordercloud-javascript-sdk
    Preparing search index...

    Interface ProductSupplier<TProductSupplierXp>

    interface ProductSupplier<TProductSupplierXp = any> {
        Active?: boolean;
        AllBuyersCanOrder?: boolean;
        DateCreated?: string;
        DefaultPriceScheduleID?: string;
        ID?: string;
        Name?: string;
        xp?: TProductSupplierXp;
    }

    Type Parameters

    • TProductSupplierXp = any
    Index
    Active?: boolean
    AllBuyersCanOrder?: boolean
    DateCreated?: string
    DefaultPriceScheduleID?: string
    ID?: string
    Name?: string