Click or drag to resize

IHistoricalOrderItemIncomingDistributions Property

A list of the ways in which the value of other items in this order map to this item. See OutgoingDistributions for more information.

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

Property Value

IReadOnlyCollectionIHistoricalOrderItemDistribution
See Also