Package-level declarations

Types

Link copied to clipboard

Document country.

Link copied to clipboard
@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.

Link copied to clipboard
enum Region : Enum<Region>

Document region.

Link copied to clipboard
enum Type : Enum<Type>

Document type.