Amount Property
Amount of transaction.
Syntax
[VB.NET] Public ReadOnlyProperty Amount As String
[C#] public string Amount {get;}
Remarks
The amount of the transaction. Amount will be total of the amounts in the item lines and (if present) expense lines.
The amount should be formatted as a string in dollars.
This property is read-only.
Default Value
""