IShoppingCartStateDiscountAmountApplied Property

Amount by which this cart has been discounted. This amount will always be positive. This amount has already been subtracted from Total, and has not been subtracted from SubTotal. If any open invoices have been added to the cart, this includes discounts from those as well.

Definition

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

Property Value

Decimal

See Also