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.HistoryAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
IReadOnlyCollection<IHistoricalOrderItemDistribution> OutgoingDistributions { get; }
ReadOnly Property OutgoingDistributions As IReadOnlyCollection(Of IHistoricalOrderItemDistribution)
	Get
property IReadOnlyCollection<IHistoricalOrderItemDistribution^>^ OutgoingDistributions {
	IReadOnlyCollection<IHistoricalOrderItemDistribution^>^ get ();
}
abstract OutgoingDistributions : IReadOnlyCollection<IHistoricalOrderItemDistribution> with get
Property Value
IReadOnlyCollectionIHistoricalOrderItemDistribution 
            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.