 | ICartItemDiscountAmountApplied 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.28229
Syntaxdecimal DiscountAmountApplied { get; }ReadOnly Property DiscountAmountApplied As Decimal
Get
property Decimal DiscountAmountApplied {
Decimal get ();
}abstract DiscountAmountApplied : decimal with get
Property Value
Decimal
See Also