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 |