Class Address (1.19.1)

Address(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Structured address format for billing and shipping addresses.

Attributes

NameDescription
recipient str
Optional. The recipient name, potentially including information such as "care of".
address MutableSequence[str]
Optional. The first lines of the address. The first line generally contains the street name and number, and further lines may include information such as an apartment number.
locality str
Optional. The town/city of the address.
administrative_area str
Optional. The state, province, or otherwise administrative area of the address.
region_code str
Optional. The CLDR country/region of the address.
postal_code str
Optional. The postal or ZIP code of the address.