myDATATools.getCurrencies Method
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.
Return Value
Dictionary<string, object>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.