ConvertCurrency Method
Converts the source currency to the target currency.
Object Oriented Interface
public function doConvertCurrency();
Procedural Interface
inpaypal_adaptivecurrency_do_convertcurrency($res);
Remarks
This method sends the source currency amounts in the ConvertFrom collection and the destination currency codes in the ConvertTo property and submits them to PayPal for conversion. The Results collection will contain the estimated amounts in the destination currency.