LineItemMapping
Version: v2.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Line item mapping model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part | LineItemMappingAccount | ❌ | — | Line item mapping account model |
shipping | LineItemMappingAccount | ❌ | — | Line item mapping account model |
labour | LineItemMappingAccount | ❌ | — | Line item mapping account model |
success_fee | LineItemMappingAccount | ❌ | — | Line item mapping account model |
other_item | LineItemMappingAccount | ❌ | — | Line item mapping account model |
line_item_mapping_id | str | ❌ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
type | str | ❌ | LINE_ITEM_MAPPING | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
LineItemMappingAccount — v2.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account_name | str | ✅ | — | — |
account_code | str | ❌ | — | — |
account_id | str | ✅ | — | — |
Change history
v2.0.0· 2025-05-26 · Cian (shared account) · Fieldaccount_codetype changed: str → Optional[str] (breaking).; Fieldaccount_codebecame optional. (509648ddf)v1.0.0· 2025-05-09 · Cian (shared account) · Initial version. (3a7865c16)
APIs / Triggers
No API or event interacts with this object directly.
Change history
v2.0.0 · 2025-05-09 · Cian (shared account) · 3a7865c16
fx
- Field
labourtype changed: Optional[dict] → Optional[LineItemMappingAccount] (breaking). - Field
other_itemtype changed: Optional[dict] → Optional[LineItemMappingAccount] (breaking). - Field
parttype changed: Optional[dict] → Optional[LineItemMappingAccount] (breaking). - Field
shippingtype changed: Optional[dict] → Optional[LineItemMappingAccount] (breaking). - Field
success_feetype changed: Optional[dict] → Optional[LineItemMappingAccount] (breaking).
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.