address_line1 property

address_line1 property

Gets or sets the address line 1. Address line 1 contains street name, house number or P.O. box. This field is only used for combined elements addresses and is optional.

Definition:

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

See Also