package com.mavlushechka.notaryautomation; import java.time.LocalDate; public record Passport(String serial, int number, String citizenship, String placeOfIssue, LocalDate dateOfIssue, String personalIdentificationNumberOfThePhysicalPerson, String placeOfResidence) { }