InvoiceBilling
Version: v1.0.0
Stored entity
Partition key pk, sort key sk • discriminator type = "BILLING"
Overview
Invoice billing model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ❌ | INVOICE_BILLING | — |
billing | str | ✅ | — | — |
created_at | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
type | str | ❌ | BILLING | — |
updated_at | str | ✅ | — | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2025-05-09 · Cian (shared account) · 3a7865c16
fx
- Initial version.
Generated from
dismantly-backend/Microservices/Invoice/dependencies/models.py. Do not edit by hand.