postal_code property

postal_code property

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

Definition:

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

See Also