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 |