DocumentClassInfo

@Serializable
@SerialName(value = "ClassInfo")
data class DocumentClassInfo(val country: Country?, val region: Region?, val type: Type?, val countryName: String?, val isoAlpha3CountryCode: String?, val isoAlpha2CountryCode: String?, val isoNumericCountryCode: String?)

Represents the document class information.

Constructors

Link copied to clipboard
constructor(country: Country?, region: Region?, type: Type?, countryName: String?, isoAlpha3CountryCode: String?, isoAlpha2CountryCode: String?, isoNumericCountryCode: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The document country.

Link copied to clipboard

The name of the country that issued the scanned document.

Link copied to clipboard

The 2 letter ISO code of the country that issued the scanned document.

Link copied to clipboard

The 3 letter ISO code of the country that issued the scanned document.

Link copied to clipboard

The ISO numeric code of the country that issued the scanned document.

Link copied to clipboard

The document region.

Link copied to clipboard
val type: Type?

The document type.

Functions

Link copied to clipboard