Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

Country

Response body fields which will be returned while fetching the list of countries. The DTO is in XML or .json format Country

export interface Country {
	'isocode'?: string;
	'name'?: string;
}

Properties

NameRequiredTypeDescription
isocodeOptionalstringCountry code in iso format {string} Country
nameOptionalstringName of the country {string} Country

On this page