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.

Definition

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

Property Value

IReadOnlyCollectionIHistoricalOrderItem

See Also