UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

9 lines (8 loc) 204 B
export interface Supplier<TSupplierXp = any> { ID?: string; Name: string; Active?: boolean; readonly DateCreated?: string; AllBuyersCanOrder?: boolean; xp?: TSupplierXp; }