Skip to main content

Interface: StatementInvoiceInput

Defined in: src/lib/ar/statement.ts:22

One candidate invoice: the ledger's view of it plus the statement-only fields.

Extended by

Properties

interestAccruedCents

readonly interestAccruedCents: number

Defined in: src/lib/ar/statement.ts:28

invoices.interest_accrued_cents — a REAL accrued figure written by the interest job, or 0.


interestWaived

readonly interestWaived: boolean

Defined in: src/lib/ar/statement.ts:29


invoice

readonly invoice: LedgerInvoice

Defined in: src/lib/ar/statement.ts:23


periodEnd

readonly periodEnd: string | null

Defined in: src/lib/ar/statement.ts:26


periodStart

readonly periodStart: string | null

Defined in: src/lib/ar/statement.ts:25

Billing week, inclusive ISO bounds; null on invoices raised without a period (backfills).