Alokai

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