Interface BuyerProduct<TBuyerProductXp, TPriceScheduleXp>

Type Parameters

  • TBuyerProductXp = any

  • TPriceScheduleXp = any

Hierarchy

  • BuyerProduct

Properties

Active?: boolean
AllSuppliersCanSell?: boolean
DefaultSupplierID?: string
Description?: string
ID?: string
Inventory?: Inventory
IsBundle?: boolean
IsParent?: boolean
Name?: string
ParentID?: string
PriceSchedule?: PriceSchedule<TPriceScheduleXp>
QuantityMultiplier?: number
Returnable?: boolean
ShipFromAddressID?: string
ShipHeight?: number
ShipLength?: number
ShipWeight?: number
ShipWidth?: number
SpecCount?: number
VariantCount?: number
xp?: TBuyerProductXp

Generated using TypeDoc