 | 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.HistoryAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxIReadOnlyCollection<IHistoricalOrderItem> Items { get; }ReadOnly Property Items As IReadOnlyCollection(Of IHistoricalOrderItem)
Get
property IReadOnlyCollection<IHistoricalOrderItem^>^ Items {
IReadOnlyCollection<IHistoricalOrderItem^>^ get ();
}abstract Items : IReadOnlyCollection<IHistoricalOrderItem> with get
Property Value
IReadOnlyCollectionIHistoricalOrderItem
See Also