Address
Version: v5.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Address Model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
attention | str | ❌ | — | — |
address_line_1 | str | ❌ | — | — |
address_line_2 | str | ❌ | — | — |
city | str | ❌ | — | — |
region | str | ❌ | — | — |
postal_code | str | ❌ | — | — |
country | str | ❌ | — | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v5.0.0 · 2025-07-16 · Cian (shared account) · 1abde6b0b
fx
- Field
countrytype changed: str → Optional[str] (breaking). - Field
countrybecame optional.
v4.0.0 · 2025-07-12 · Cian (shared account) · d0f07daf2
donefx
- Field
countrytype changed: Optional[str] → str (breaking). - Field
countrybecame required (breaking).
v3.0.0 · 2025-07-08 · Cian (shared account) · ad0e24e1b
fxfx
- Field
countrytype changed: str → Optional[str] (breaking). - Field
countrybecame optional.
v2.0.0 · 2025-07-05 · Olaniyi Ajayi · 8910dd4d0
init
- Field
countrytype changed: Optional[str] → str (breaking). - Field
countrybecame required (breaking).
v1.0.0 · 2025-03-16 · Cian (shared account) · 0c2952ef4
init
- Initial version.
Generated from
dismantly-backend/Microservices/Contact/dependencies/models.py. Do not edit by hand.