InvoiceColumnPreferencesObject
Version: v1.0.0
Stored entity
Partition key pk, sort key sk • discriminator type = "INVOICE_COLUMN_PREFERENCES"
Overview
InvoiceColumnPreferencesObject model.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ❌ | INVOICE_COLUMN_PREFERENCES | — |
tenant_id | str | ✅ | — | — |
invoice_column_preferences_id | str | ❌ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
type | str | ❌ | INVOICE_COLUMN_PREFERENCES | — |
invoice_column_preferences | InvoiceColumnPreferences | ✅ | — | InvoiceColumnPreferences model. |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
InvoiceColumnPreferences — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
amount_paid | InvoiceColumnPreference | ✅ | — | InvoiceColumnPreference model. |
sales_person | InvoiceColumnPreference | ✅ | — | InvoiceColumnPreference model. |
dispatch_status | InvoiceColumnPreference | ✅ | — | InvoiceColumnPreference model. |
due_date | InvoiceColumnPreference | ✅ | — | InvoiceColumnPreference model. |
contact_id | InvoiceColumnPreference | ✅ | — | InvoiceColumnPreference model. |
invoice_display_id | InvoiceColumnPreference | ✅ | — | InvoiceColumnPreference model. |
reference | InvoiceColumnPreference | ✅ | — | InvoiceColumnPreference model. |
total | InvoiceColumnPreference | ✅ | — | InvoiceColumnPreference model. |
issue_date | InvoiceColumnPreference | ✅ | — | InvoiceColumnPreference model. |
work_order_id | InvoiceColumnPreference | ✅ | — | InvoiceColumnPreference model. |
amount_credited | InvoiceColumnPreference | ✅ | — | InvoiceColumnPreference model. |
last_emailed_at | InvoiceColumnPreference | ✅ | — | InvoiceColumnPreference model. |
amount_due | InvoiceColumnPreference | ✅ | — | InvoiceColumnPreference model. |
actions | InvoiceColumnPreference | ✅ | — | InvoiceColumnPreference model. |
status | InvoiceColumnPreference | ✅ | — | InvoiceColumnPreference model. |
Change history
v1.0.0· 2026-04-08 · Cian (shared account) · Initial version. (4d2e73d76)
InvoiceColumnPreference — v1.1.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
visible | bool | ✅ | — | — |
is_pinned | bool | ❌ | False | — |
width | int | ✅ | — | — |
order | int | ✅ | — | — |
Change history
v1.1.0· 2026-04-09 · Cian (shared account) · Added optional fieldis_pinned. (90b6cc1c9)v1.0.0· 2026-04-08 · Cian (shared account) · Initial version. (4d2e73d76)
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2026-04-08 · Cian (shared account) · 4d2e73d76
Add invoice column preferences persistence APIs
- Initial version.
Generated from
dismantly-backend/Microservices/Invoice/dependencies/models.py. Do not edit by hand.