InvoiceEmailModel
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
InvoiceEmailModel
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
invoice_id | str | ✅ | — | — |
type | InvoiceEmailType (invoice, payment, credit, statement) | ✅ | — | InvoiceEmailType |
email_to | List[str] | ✅ | — | — |
subject | str | ✅ | — | — |
description | str | ✅ | — | — |
include_pdf_attachment | bool | ✅ | — | — |
mark_as_emailed | bool | ✅ | — | — |
send_user_copy | bool | ✅ | — | — |
sender_email | str | ❌ | — | — |
credit_id | str | ❌ | — | — |
payment_id | str | ❌ | — | — |
tenant_accounts_email | str | ❌ | — | — |
tenant_business_name | str | ❌ | — | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2025-08-01 · Olaniyi Ajayi · c330dc992
fx-email
- Initial version.
Generated from
dismantly-backend/Microservices/Invoice/dependencies/models.py. Do not edit by hand.