UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

10 lines (9 loc) 264 B
export interface ProductSupplier<TProductSupplierXp = any> { DefaultPriceScheduleID?: string; ID?: string; Name?: string; Active?: boolean; readonly DateCreated?: string; AllBuyersCanOrder?: boolean; xp?: TProductSupplierXp; }