AccountModel
Version: v4.0.0
Stored entity
Partition key pk, sort key sk • discriminator type = "ACCOUNT"
Overview
Account model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
account_id | str | ✅ | — | — |
account_type | str | ✅ | — | — |
code | str | ✅ | — | — |
created_at | str | ✅ | — | — |
description | str | ✅ | — | — |
enable_payments_to_account | bool | ✅ | — | — |
name | str | ✅ | — | — |
status | str | ✅ | — | — |
system_account | bool | ✅ | — | — |
tax_type | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
type | str | ❌ | ACCOUNT | — |
updated_at | str | ✅ | — | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v4.0.0 · 2025-05-15 · Cian (shared account) · e25adb7b6
fx
- Removed field
reporting_code(breaking). - Removed field
reporting_code_name(breaking). - Removed field
show_in_expense_claims(breaking).
v3.0.0 · 2025-05-15 · Cian (shared account) · 1b23cefb1
fx
- Field
descriptiontype changed: Optional[str] → str (breaking). - Field
descriptionbecame required (breaking).
v2.0.0 · 2025-05-15 · Cian (shared account) · bdb212c0f
fx
- Field
codetype changed: Optional[str] → str (breaking). - Field
codebecame required (breaking).
v1.0.0 · 2025-03-15 · Olaniyi Ajayi · 338416124
fx
- Initial version.
Generated from
dismantly-backend/Microservices/Invoice/dependencies/models.py. Do not edit by hand.