Diglin\Ricardo\Services\System::getCountriesResult

Get the countries result

The Ricardo API returns: <pre> { "GetCountriesResult": { "Countries": [{ "CountryId": "INT", "CountryName": "TEXT", }, { "CountryId": "INT", "CountryName": "TEXT", }] } } </pre>