Interface Person.LegalHabitationAddress
- Enclosing interface:
Person
public static interface Person.LegalHabitationAddress
-
Method Details
-
startDate
Optional<IncompleteDate> startDate()The start date of the validity period for this address. This field should in principle always be present, but it's technically possible for it to be missing from a document. -
endDate
Optional<IncompleteDate> endDate()The end date of the validity period for this address. If there is no end date, then the address is still valid to this day. -
text
String text()The text field where the adres is filled in.
-