Skip to main content

Interface: InvoiceComputation

Defined in: src/lib/invoice/index.ts:67

The result of computeInvoiceLines for one facility billing period: the computed InvoiceLines, their summed totalCents (integer USD cents; the invoice header always equals Σ line amounts), and anyVarianceFlagged — true if any line is flagged for review.

Properties

anyVarianceFlagged

readonly anyVarianceFlagged: boolean

Defined in: src/lib/invoice/index.ts:70


lines

readonly lines: InvoiceLine[]

Defined in: src/lib/invoice/index.ts:68


totalCents

readonly totalCents: Cents

Defined in: src/lib/invoice/index.ts:69