Countries
List countries.
Table Specific Information
The server uses the Wave Financial API to process some of the filters. The server processes other filters client-side within the server. For example, the following queries are processed server side.SELECT
SELECT * FROM Countries WHERE Code = 'US'
Columns
| Name | Type | References | SupportedOperators | Description |
| Code [KEY] | String | Country code. | ||
| Name | String | Plain-language representation. | ||
| CurrencyCode | String |
Currencies.Code | Currency code. | |
| NameWithArticle | String | Name of the country with the appropriate article. |