Class | Description |
---|---|
Country |
A country is represented by the name, the 2 letter representation, the 3 letter representation.
|
Currency |
A currency object maps to Country using the alpha2 of the country.
|
World |
The World knows all the countries and their name, alpha2, alpha3, numeric code and flag.
|