Interface: TargetingResult
Defined in: src/lib/reconcile/target.ts:71
Properties
lineMatches
readonlylineMatches: readonlyLineMatch[]
Defined in: src/lib/reconcile/target.ts:75
Per-line outcome, for the review UI and audit.
orderedInvoiceIds
readonlyorderedInvoiceIds: readonlystring[]
Defined in: src/lib/reconcile/target.ts:73
Invoice ids in the order allocateCheck should consume them.
remainderHeldForReview
readonlyremainderHeldForReview:boolean
Defined in: src/lib/reconcile/target.ts:80
True when this is a management-company / multi-facility check: callers must NOT oldest-first the leftover; any unallocated amount is held for manual assignment.