myDATATools.getCurrencies Method

Get the ISO Currency Codes for all countries around the world. 
ISO Currency Codes are used in the SendInvoices class for the field elements.currency.
Public Function getCurrencies() As Dictionary(Of String, Object)
This language is not supported or no code example is available.
public Dictionary<string, object> getCurrencies()
This language is not supported or no code example is available.

Return Value

Dictionary<string, object>
Example
 
 myDATATools mdt = new myDATATools("Arbitrans User", "Arbitrans Key");
 Dictionary<string, object> result = mdt.getCurrencies();
 					
This language is not supported or no code example is available.
 Dim mdt as myDATATools = new myDATATools("Arbitrans User", "Arbitrans Key")
 Dim result As Dictionary(Of String, Object) = mdt.getCurrencies()
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition