Alokai

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