Country schema
| Name | Type | Description | Notes |
|---|---|---|---|
| country | Integer | [optional] [readonly] | |
| name | String | Name of the country | [optional] |
| isoCode | String | ISO code of the country | [optional] |
| currency | String | Currency of the country | [optional] |
| countryCode | String | Country code to be used in phone numbers | [optional] |