This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.2:objects:currencyconversion [2010/09/17 15:51] irina |
developer:soap-1.2:objects:currencyconversion [2010/10/20 15:01] (current) irina |
||
---|---|---|---|
Line 41: | Line 41: | ||
?> | ?> | ||
</code> | </code> | ||
+ | |||
+ | ==== .NET VB ==== | ||
+ | <code vb> | ||
+ | Dim response As usaepay.CurrencyConversion = New usaepay.CurrencyConversion | ||
+ | |||
+ | response = client.currencyConversion(token, from, convert, amount) | ||
+ | MsgBox(response.Amount) | ||
+ | </code> | ||
==== .NET C# ==== | ==== .NET C# ==== |