You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
Region
Response body fields which will be returned while fetching the list of country's regions. Region
export interface Region {
'countryIso'?: string;
'isocode'?: string;
'isocodeShort'?: string;
'name'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
countryIso | Optional | string | Country code in iso format {string} Region |
isocode | Optional | string | Country and Region code in iso format {string} Region |
isocodeShort | Optional | string | Region code in short iso form {string} Region |
name | Optional | string | Name of the region {string} Region |