Country

@Serializable
@SerialName(value = "DocumentClassCountry")
data class Country(val id: CountryId?, val rawValue: String)

Document country classification, with optional strongly-typed ID and raw string value.

Constructors

Link copied to clipboard
constructor(id: CountryId?, rawValue: String)

Properties

Link copied to clipboard
Link copied to clipboard