CountryInfo

data class CountryInfo(val countryCode: String, val countryName: String)

Country information.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

countryCode

ISO 3166-1 alpha-3 code of the country.

countryName

Country name.

Constructors

Link copied to clipboard
fun CountryInfo(countryCode: String, countryName: String)

Properties

Link copied to clipboard
Link copied to clipboard