District
data object of district District
export interface District {
'isocode'?: string;
'name'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
isocode | Optional | string | ISO 3166-1 alpha-2 standard, e.g.[countryIso]-[regionNumber]-[cityNumber]-[districtNumber] {string} District |
name | Optional | string | name of district {string} District |