PostalAddress.cityDistrict

these are usually boroughs or districts within a city that serve some official purpose e.g. "Brooklyn" or "Hackney" or "Bratislava IV"

struct PostalAddress
string cityDistrict;

Meta