Click or drag to resize

IHistoricalOrderItemOutgoingDistributions Property

A list of the ways in which this item's value maps to other items in the order. The value represented by distributions is already included in the target item's OriginalTotal and does not need to be accounted for if you do not care about the "behind-the-scenes" mapping between items.

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

Property Value

IReadOnlyCollectionIHistoricalOrderItemDistribution
Remarks
Will always be populated when Type is Discount. Will never be populated when Type is Product. May or may note be populated for Tax and Shipping depending on if the item was applied directly to the order as a whole or to specific items in the order.
See Also