Country
The Country entity has the following attributes:
-
id-String,required: The country code identifier. -
name-String: The full name of the country.
Here are some values it can contain:
| id | name |
|---|---|
| FRA | France |
| UK | United Kingdom |
| USA | United States of America |
| SNG | Singapore |