public interface IHistoricalOrderItemDistribution
Public Interface IHistoricalOrderItemDistribution
public interface class IHistoricalOrderItemDistribution
type IHistoricalOrderItemDistribution = interface end
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. |