Skip to main content

LineItemMapping

Version: v2.0.0

Supporting model

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

Overview

Line item mapping model

Fields

FieldTypeRequiredDefaultDescription
partLineItemMappingAccountLine item mapping account model
shippingLineItemMappingAccountLine item mapping account model
labourLineItemMappingAccountLine item mapping account model
success_feeLineItemMappingAccountLine item mapping account model
other_itemLineItemMappingAccountLine item mapping account model
line_item_mapping_idstr
created_atstr
updated_atstr
typestrLINE_ITEM_MAPPING

Embedded models

Models embedded in the fields above — shown inline; they have no separate page.

LineItemMappingAccount — v2.0.0
FieldTypeRequiredDefaultDescription
account_namestr
account_codestr
account_idstr

Change history

  • v2.0.0 · 2025-05-26 · Cian (shared account) · Field account_code type changed: str → Optional[str] (breaking).; Field account_code became 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 labour type changed: Optional[dict] → Optional[LineItemMappingAccount] (breaking).
  • Field other_item type changed: Optional[dict] → Optional[LineItemMappingAccount] (breaking).
  • Field part type changed: Optional[dict] → Optional[LineItemMappingAccount] (breaking).
  • Field shipping type changed: Optional[dict] → Optional[LineItemMappingAccount] (breaking).
  • Field success_fee type 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.

Models last synced: 2026-06-23 13:21 UTC