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.

Definition

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

Property Value

IReadOnlyCollectionIHistoricalOrderItemDistribution

See Also