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
| Name | Required | Type | Description |
|---|---|---|---|
isocode | Optional | string | Country code in iso format {string} Country |
name | Optional | string | Name of the country {string} Country |