IShoppingCartStateBalanceRemaining Property

Remaining balance of the Total due on this cart, after any applied credits have been accounted for. By default, this is the amount of currency still needed to perform a {0} Overload operation.

Definition

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

Property Value

Decimal

Remarks

The value of this property is based on Total and CreditApplied. Not to be confused with the baseline netFORUM field inv_netunpaidbalance which, when the cart contains installment-based open invoice items, would represent the full remaining balance on those open invoice items, regardless of when those payments are due.

See Also