Models
PDFGeneration
Optionally generate a PDF of the document and include it as an embedded attachment (also included in email attachments when email sending is enabled). Not supported for message level responses or raw XML documents.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
enabled | boolean | No | Whether to generate a PDF of the document and include it as an embedded attachment. Default: false |
filename | string | No | Optional filename to use for the generated PDF attachment. Defaults to a filename derived from the document number (e.g. invoice-001.pdf). Example: "INV-2024-001.pdf" |
Used by
Email delivery options. When Peppol recipient is provided, email is optional and you can choose to always send the email, or only when Peppol delivery fails. When Peppol recipient is null, email becomes the primary delivery method and `email.to` is required. Each sent email is counted towards your document quota.
Invoice
Next Page