Click or drag to resize

ReceiptUnpaidBalance Property

The unpaid balance on the invoice created during checkout of this cart. Should be 0, except in cases where UnderpaymentBehavior is set to something other than NotAllowed.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumFieldAttribute("inv_netbalance")]
public decimal UnpaidBalance { get; }

Property Value

Decimal

Implements

IReceiptUnpaidBalance
See Also