This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.4:objects:currencyconversion [2010/08/20 10:55] irina |
developer:soap-1.4:objects:currencyconversion [2010/09/09 16:56] (current) irina |
||
---|---|---|---|
Line 40: | Line 40: | ||
?> | ?> | ||
</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# ==== |