Gets or sets the current balance owed for this CSubscription instance.

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

Syntax

C#
public decimal Balance { get; set; }
Visual Basic
Public Property Balance As Decimal
	Get
	Set
Visual C++
public:
property Decimal Balance {
	Decimal get ();
	void set (Decimal value);
}

See Also