Package-level declarations

Types

Link copied to clipboard
data class Country(val iso2: String, val iso3: String, val isoNumeric: String, val callingCode: String, val currencyCode: String?)

Represents a country using standardized ISO identifiers, telephony, and currency metadata