Governing District
The Governing District object represents the information for identifying the principal provinces or states of the US and Canada referenced in the ISO 3166-2 standards.
Property
Type
Description
code
string
An alphanumeric code consisting of the 2 letter country code and a string of up to three alphanumeric characters. This code can be used to uniquely identify a country subdivision.
administrativeType
string
The type of subdivision in each country. For example, this could be a Parish
, Province
, Emirate
or District
.
name
string
The name of the subdivision.
This object is reserved for future use, and it is currently defaulted to null
in most API responses.
Last updated
Was this helpful?