SourceCurrencyAmount Property
Source amount to be converted.
Syntax
__property String SourceCurrencyAmount[int SourceCurrencyIndex] = {read=FSourceCurrencyAmount, write=FSetSourceCurrencyAmount};
Default Value
""
Remarks
Source amount to be converted.
Limitations: Must not exceed $10,000 USD in any currency. The decimal separator must be a period (.) and the thousands separator a comma (,). No currency symbol ($) is to be sent.
The size of the array is controlled by the SourceCurrencyCount property.
This property is not available at design time.
Data Type
String