Country - Liquid Object Reference - 1.0.0
Object Name | Country |
Version | 1.0.0 |
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 |
data | Object | Returns a custom data object for this object |
name | String | Returns the name of the Country |
states | List[State] | Returns a list of States for this Country |
Objects that return Countries
Back to Liquid Reference for 1.0.0
Back to Documentation