Class ElectronicIdDataRecordedDto
java.lang.Object
es.kukenan.smartfi.microservice.onboarding.api.electronicid.ElectronicIdDataRecordedDto
This class describes an object containing an Electronic ID data recorded.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate LocalDateBirthdate.private LocalDateDocument expiry date.private StringDocument number.private StringDocument type.private StringElectronic ID process identifier.private StringName.private StringPlace of birth.private StringFirst surname.private StringSecond surname. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
Electronic ID process identifier. -
name
Name. -
surname1
First surname. -
surname2
Second surname. -
documentType
Document type. -
documentExpiryDate
Document expiry date. -
documentNumber
Document number. -
birthdate
Birthdate. -
placeOfBirth
Place of birth.
-
-
Constructor Details
-
ElectronicIdDataRecordedDto
public ElectronicIdDataRecordedDto()
-