Skip to main content

Interface: SendStatementInput

Defined in: src/server/services/ar/statement.ts:138

Properties

actorId

readonly actorId: string

Defined in: src/server/services/ar/statement.ts:141

Verified session user; recorded as created_by on the outbound_emails row.


attachInvoiceIds

readonly attachInvoiceIds: readonly string[]

Defined in: src/server/services/ar/statement.ts:144

Invoice ids whose stored PDFs to attach. Already tenant-proofed by the caller.


companyId

readonly companyId: string

Defined in: src/server/services/ar/statement.ts:139


facilityId

readonly facilityId: string

Defined in: src/server/services/ar/statement.ts:142


note

readonly note: string | null

Defined in: src/server/services/ar/statement.ts:145


todayIso

readonly todayIso: string

Defined in: src/server/services/ar/statement.ts:147

"Today" as YYYY-MM-DD — the statement date and the overdue reference.