town property

town property

Gets or sets the town or city. This field is only used for structured addresses. For this type, it’s mandatory.

Definition:

@property
def town(self):
    ...
@town.setter
def town(self, value):
    ...

See Also