Balance Property
Money owed by this Customer , including sub-customers.
Syntax
[VB.NET] Public ReadOnlyProperty Balance As String
[C#] public string Balance {get;}
Remarks
The amount of money owed by this Customer. Includes money owed by sub-customers (jobs). The NonInclusiveBalance special field provides the balance excluding sub-customers.
The amount should be formatted as a string in dollars.
This property is read-only.
Default Value
"0"