Class ElectronicIdDataRecordedDto

java.lang.Object
es.kukenan.smartfi.microservice.onboarding.api.electronicid.ElectronicIdDataRecordedDto

public class ElectronicIdDataRecordedDto extends Object
This class describes an object containing an Electronic ID data recorded.
  • Field Details

    • id

      private String id
      Electronic ID process identifier.
    • name

      private String name
      Name.
    • surname1

      private String surname1
      First surname.
    • surname2

      private String surname2
      Second surname.
    • documentType

      private String documentType
      Document type.
    • documentExpiryDate

      private LocalDate documentExpiryDate
      Document expiry date.
    • documentNumber

      private String documentNumber
      Document number.
    • birthdate

      private LocalDate birthdate
      Birthdate.
    • placeOfBirth

      private String placeOfBirth
      Place of birth.
  • Constructor Details

    • ElectronicIdDataRecordedDto

      public ElectronicIdDataRecordedDto()