Skip to main content

Address

Version: v5.0.0

Supporting model

A request/response or nested model — not a stored DynamoDB entity.

Overview

Address Model

Fields

FieldTypeRequiredDefaultDescription
attentionstr
address_line_1str
address_line_2str
citystr
regionstr
postal_codestr
countrystr

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 country type changed: str → Optional[str] (breaking).
  • Field country became optional.
v4.0.0 · 2025-07-12 · Cian (shared account) · d0f07daf2

donefx

  • Field country type changed: Optional[str] → str (breaking).
  • Field country became required (breaking).
v3.0.0 · 2025-07-08 · Cian (shared account) · ad0e24e1b

fxfx

  • Field country type changed: str → Optional[str] (breaking).
  • Field country became optional.
v2.0.0 · 2025-07-05 · Olaniyi Ajayi · 8910dd4d0

init

  • Field country type changed: Optional[str] → str (breaking).
  • Field country became 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.