Interface ShipmentItem<TShipmentItemXp, TProductXp, TVariantXp>

Type Parameters

  • TShipmentItemXp = any

  • TProductXp = any

  • TVariantXp = any

Hierarchy

  • ShipmentItem

Properties

CostCenter?: string
DateNeeded?: string
LineItemID?: string
OrderID?: string
Product?: LineItemProduct<TProductXp>
QuantityShipped?: number
Specs?: LineItemSpec[]
UnitPrice?: number
Variant?: LineItemVariant<TVariantXp>
xp?: TShipmentItemXp

Generated using TypeDoc