This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.2:objects:currencyobject [2010/09/17 15:52] irina |
developer:soap-1.2:objects:currencyobject [2010/10/20 15:02] (current) irina |
||
---|---|---|---|
Line 42: | Line 42: | ||
?> | ?> | ||
</code> | </code> | ||
+ | |||
+ | ==== .NET VB ==== | ||
+ | <code vb> | ||
+ | Dim response() As usaepay.CurrencyObject | ||
+ | |||
+ | response = client.getSupportedCurrencies(token) | ||
+ | MsgBox(response.Length) | ||
+ | |||
+ | </code> | ||
==== .NET C# ==== | ==== .NET C# ==== |