IHistoricalOrderItem.OriginalQuantity Property

Original quantity for this IHistoricalOrderItem when it was first entered into this order. Does not take returns or cancels into account.

Definition

Namespace: Ignition.Commerce.Accounting.History
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
decimal OriginalQuantity { get; }

Property Value

Decimal

Remarks

Note that netFORUM does not require all otherwise IHistoricalOrderItems to be merged together, so two of the same "item" in an order may be represented by a single IHistoricalOrderItem with a OriginalQuantity of 2, or by two separate IHistoricalOrderItems.

See Also