Interface GetCountryRequest

interface GetCountryRequest {
    countryCode: string;
    outputLanguage?: GetCountryOutputLanguageEnum;
}

Properties

countryCode: string