Click or drag to resize

IHistoricalOrderItems Property

A collection of all of the items purchased in this order. While netFORUM has completely separate means of tracking "OrderDetails" and "InvoiceDetails", this collection centralizes the known information about all of an order's items, regardless of their order/invoice status.

Namespace: Ignition.Commerce.Accounting.History
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
IReadOnlyCollection<IHistoricalOrderItem> Items { get; }

Property Value

IReadOnlyCollectionIHistoricalOrderItem
See Also