Interface: InvoiceLineItemView
Defined in: src/server/actions/ar.ts:402
Properties
amountCents
amountCents:
number
Defined in: src/server/actions/ar.ts:408
hours
hours:
number|null
Defined in: src/server/actions/ar.ts:406
Billed quantity; null = the line was corrected to a total only (no qty × rate).
label
label:
string
Defined in: src/server/actions/ar.ts:404
e.g. "OT Services — Jane Smith" — the PDF's line vocabulary without the date range.
rateCents
rateCents:
number|null
Defined in: src/server/actions/ar.ts:407