Id Information Details Request
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?)