Class Address (1.13.0)

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

Structured address format for billing and shipping addresses.

Attributes

NameDescription
recipient str
The recipient name, potentially including information such as "care of".
address MutableSequence[str]
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
The town/city of the address.
administrative_area str
The state, province, or otherwise administrative area of the address.
region_code str
The CLDR country/region of the address.
postal_code str
The postal or ZIP code of the address.