 | 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.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxdecimal BalanceRemaining { get; }ReadOnly Property BalanceRemaining As Decimal
Get
property Decimal BalanceRemaining {
Decimal get ();
}abstract BalanceRemaining : decimal with 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