ConversionEstimate Type
Contains base and converted amounts and currency codes.
Remarks
BaseAmount and BaseCode contain the original amount in the source currency. ConvertedAmount contains the equivalent amount in the currency code specified by the ConvertedCode field.
Fields
BaseAmount String |
The source amount before conversion, in the currency code specified by the BaseCode field. | ||||||||||||||||||||||||||||||||||||||||||||||
BaseCode String |
The source currency code being converted from. 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. | ||||||||||||||||||||||||||||||||||||||||||||||
ConvertedAmount String |
The converted amount in the currency specified by ConvertedCode | ||||||||||||||||||||||||||||||||||||||||||||||
ConvertedCode String |
The currency code of the ConvertedAmount. 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 ConversionEstimate() [C#] public ConversionEstimate();