IdInformationDetailsRequest

data class IdInformationDetailsRequest(@Json(name = "id_type") val idType: IdTypeModel?, @Json(name = "id_number") val idNumber: String?, @Json(name = "id_country") val idCountry: CountryModel?, @Json(name = "id_expiry_date") val idExpireDate: String?)

User identity document information. Only present for EU consumers.

Constructors

Link copied to clipboard
constructor(@Json(name = "id_type") idType: IdTypeModel?, @Json(name = "id_number") idNumber: String?, @Json(name = "id_country") idCountry: CountryModel?, @Json(name = "id_expiry_date") idExpireDate: String?)

Properties

Link copied to clipboard
val idCountry: CountryModel?

Country that issued the identity document. 3-letter country code (ISO 3166-1 alpha-3).

Link copied to clipboard

Identity document expiry date.

Link copied to clipboard

Identity document number.

Link copied to clipboard

Identity document type.