IHistoricalOrderItemDistribution Interface

Represents the distribution of value between a source and a target item.

Definition

Namespace: Ignition.Commerce.Accounting.History
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public interface IHistoricalOrderItemDistribution

Properties

Amount The amount of value distributed from the source item to the target item. Will always be positive, even when SourceItemType is Discount.
SourceItemId The id of the item that is the source for the value being distributed to TargetItemId.
SourceItemType The type of item that is the source of this distribution.
TargetItemId The id of the item that is the target of the distribution of the value from SourceItemId.

See Also