myDATATools.getCountries Method
ISO Country Codes are used in the SendInvoices class for the fields issuer.country and counterpart.country.
Public Function getCountries() 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.getCountries();
This language is not supported or no code example is available.