A country Object
The following table describes the elements contained in Country
| Name | Description |
|---|---|
|
ID |
The Unique ID of the country Type: int |
| Name |
The Name of the country Type: string |
| ISO2 |
The ISO 2 Code for the country Type: string |
| ISO3 |
The ISO 3 Code for the country Type: string |
| CurrencyCode | The Currency Code associated with the country |
| Error | If an error occurs the Error object is filled. |