UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

7 lines (6 loc) 203 B
import { PriceSchedule } from './PriceSchedule'; export interface ProductSeller<TPriceScheduleXp = any> { PriceSchedule?: PriceSchedule<TPriceScheduleXp>; ID?: string; Name?: string; }