SourceCurrency Type
A single amount and currency code to be converted.
Remarks
This type contains an Amount in the specified currency Code.
Fields
Amount String |
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. | ||||||||||||||||||||||||||||||||||||||||||||||
Code String |
Currency code of the source Amount to be converted. Allowable currency codes include:
*NOTE: The Real is supported as a payment currency and currency balance only for Brazilian PayPal accounts. **NOTE: The Ringgit is supported as a payment currency and currency balance only for Malaysian PayPal accounts.
|
Constructors
[VB.NET] Public SourceCurrency() [C#] public SourceCurrency();
[VB.NET] Public SourceCurrency(ByVal Amount As String, ByVal Code As String) [C#] public SourceCurrency(string amount, string code);