Alokai
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

NameRequiredTypeDescription
countryIsoOptionalstringCountry code in iso format {string} Region
isocodeOptionalstringCountry and Region code in iso format {string} Region
isocodeShortOptionalstringRegion code in short iso form {string} Region
nameOptionalstringName of the region {string} Region

On this page