BalanceRemaining Property
Balance remaining.
Syntax
__property String BalanceRemaining = {read=FBalanceRemaining, write=FSetBalanceRemaining};
Default Value
""
Remarks
The balance remaining on the invoice. Is equal to
Subtotal + SalesTaxTotal - AppliedAmount.
The amount should be formatted as a string in dollars.
This property is read-only.
Data Type
String