CountryResponse

data class CountryResponse(val code: String, val description: String? = null)

Country Description

Constructors

Link copied to clipboard
constructor(code: String, description: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

country code

Link copied to clipboard
val description: String? = null

code description