UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

10 lines (9 loc) 253 B
import { PriceMarkupType } from './PriceMarkupType'; export interface LineItemSpec { SpecID?: string; readonly Name?: string; OptionID?: string; Value?: string; PriceMarkupType?: PriceMarkupType; PriceMarkup?: number; }