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
readonlyinterestAccruedCents: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
readonlyinterestWaived:boolean
Defined in: src/lib/ar/statement.ts:29
invoice
readonlyinvoice:LedgerInvoice
Defined in: src/lib/ar/statement.ts:23
periodEnd
readonlyperiodEnd:string|null
Defined in: src/lib/ar/statement.ts:26
periodStart
readonlyperiodStart:string|null
Defined in: src/lib/ar/statement.ts:25
Billing week, inclusive ISO bounds; null on invoices raised without a period (backfills).