Represents an Contact Address.
t() :: %LexOffice.Model.Contact.Address{ city: String.t(), countryCode: String.t(), street: String.t(), supplement: String.t() | nil, zip: String.t() }