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.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public decimal DiscountAmountApplied { get; }
Public ReadOnly Property DiscountAmountApplied As Decimal
Get
public:
virtual property Decimal DiscountAmountApplied {
Decimal get () sealed;
}
abstract DiscountAmountApplied : decimal with get
override DiscountAmountApplied : decimal with get
DecimalIStandardCartItemDiscountAmountApplied