Gets the current unpaid balance on this COrder.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public decimal Balance { get; }
Visual Basic (Declaration)
Public ReadOnly Property Balance As Decimal
Visual C++
public:
property Decimal Balance {
	Decimal get ();
}

Field Value

Automatically calculated. This is TotalCharges - TotalPayments.

Remarks

Prior to saving the COrder, the amount from the Payment property is not included. After the COrder is saved, Amount will be taken into account. For new orders, Balance = TotalCharges.

See Also