CollectedAmount Property
The total current collected amount.
Syntax
[VB.NET] Public ReadOnlyProperty CollectedAmount As String
[C#] public string CollectedAmount {get;}
Remarks
The total amount that has been collected by scheduled payments as returned by the server after a call to GetProfile.
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
""