Subtotal Property
Gross subtotal; doesn't count taxes/amount already paid.
Syntax
[VB.NET] Public ReadOnlyProperty Subtotal As String
[C#] public string Subtotal {get;}
Remarks
The total of the amounts in all the lines of an invoice, credit memo, or sales receipt, before taxes or payments are applied.
The amount should be formatted as a string in dollars.
This property is read-only.
Default Value
""