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
readonlyanyVarianceFlagged:boolean
Defined in: src/lib/invoice/index.ts:70
lines
readonlylines:InvoiceLine[]
Defined in: src/lib/invoice/index.ts:68
totalCents
readonlytotalCents:Cents
Defined in: src/lib/invoice/index.ts:69