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