@hypernetlabs/hypernet-id-objects
Version:
47 lines • 2.3 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.IdentityMetadata = void 0;
class IdentityMetadata {
constructor(timestamp, countryCode, email, firstName, lastName, birthday, placeOfBirth, mailingAddress, residenceAddress, passport, drivingLicense, visa, nationalId, consularId, electoralId, residentPermitId, taxId, studentId, passportCard, militaryId, publicSafetyId, healthId, taxEssentials, socialSecurityNumber, taxNumber, naturalPersonsRegister, // CPF
generalRegistrationNumber, voterIdNumber, issuingNumber, gender, nationality, livenessImage, motherName, fatherName, verifiedInvestor, underSanctions, activeScreening) {
this.timestamp = timestamp;
this.countryCode = countryCode;
this.email = email;
this.firstName = firstName;
this.lastName = lastName;
this.birthday = birthday;
this.placeOfBirth = placeOfBirth;
this.mailingAddress = mailingAddress;
this.residenceAddress = residenceAddress;
this.passport = passport;
this.drivingLicense = drivingLicense;
this.visa = visa;
this.nationalId = nationalId;
this.consularId = consularId;
this.electoralId = electoralId;
this.residentPermitId = residentPermitId;
this.taxId = taxId;
this.studentId = studentId;
this.passportCard = passportCard;
this.militaryId = militaryId;
this.publicSafetyId = publicSafetyId;
this.healthId = healthId;
this.taxEssentials = taxEssentials;
this.socialSecurityNumber = socialSecurityNumber;
this.taxNumber = taxNumber;
this.naturalPersonsRegister = naturalPersonsRegister;
this.generalRegistrationNumber = generalRegistrationNumber;
this.voterIdNumber = voterIdNumber;
this.issuingNumber = issuingNumber;
this.gender = gender;
this.nationality = nationality;
this.livenessImage = livenessImage;
this.motherName = motherName;
this.fatherName = fatherName;
this.verifiedInvestor = verifiedInvestor;
this.underSanctions = underSanctions;
this.activeScreening = activeScreening;
}
}
exports.IdentityMetadata = IdentityMetadata;
//# sourceMappingURL=IdentityMetadata.js.map