AccountSearch
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Account search model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
status | AccountStatusEnum (ACTIVE, ARCHIVED) | ❌ | — | Account status enum |
search_query | str | ❌ | — | — |
last_evaluated_key | str | ❌ | — | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2025-03-16 · Cian (shared account) · feca668a3
models
- Initial version.
Generated from
dismantly-backend/Microservices/Invoice/dependencies/models.py. Do not edit by hand.