BundleCartItemDiscountAmountApplied Property

Amount by which this cart item has been discounted. This amount will always be positive. This amount has already been subtracted from Total, and has not been subtracted from SubTotal.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public decimal DiscountAmountApplied { get; }

Property Value

Decimal

Implements

IStandardCartItemDiscountAmountApplied

See Also