Description
The Country object contains information about an Country, including name and codes.
Attributes
| Attribute | Type | Description |
|---|---|---|
alpha2 |
String | Returns the 2-digit Country code |
alpha3 |
String | Returns the 3-digit Country code |
name |
String | Returns the name of the Country |
states |
List[State] | Returns a list of States for this Country |