OutstandingBalance Property
The outstanding balance of the profile.
Syntax
[VB.NET] Public ReadOnlyProperty OutstandingBalance As String
[C#] public string OutstandingBalance {get;}
Remarks
This property will contain the total outstanding balance or past due amount for the current profile.
This value must not exceed $10,000 USD in any currency.
It will also not contain any currency symbols, must have two decimal places separated by a period (.), and optionally a comma (,) separating the thousands digits.
This property is read-only.
Default Value
""