UserInfoWithConsent
constructor(sub: String, name: String, givenName: String? = null, familyName: String? = null, birthDate: String? = null, locale: String? = null, gender: String? = null, updatedAt: Int? = null, status: String? = null, middleName: String? = null, email: String? = null, emailVerified: Boolean? = null, phonenumber: String? = null, phoneNumberVerified: Boolean? = null, address: String? = null, creditScore: String? = null, active: String? = null, countryOfBirth: String? = null, regionOfBirth: String? = null, cityOfBirth: String? = null, occupation: String? = null, employerName: String? = null, identificationType: String? = null, identificationValue: String? = null)