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.

Definition

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

Property Value

Decimal

Implements

IReceiptUnpaidBalance

See Also