Skip to main content

Interface: TargetingResult

Defined in: src/lib/reconcile/target.ts:71

Properties

lineMatches

readonly lineMatches: readonly LineMatch[]

Defined in: src/lib/reconcile/target.ts:75

Per-line outcome, for the review UI and audit.


orderedInvoiceIds

readonly orderedInvoiceIds: readonly string[]

Defined in: src/lib/reconcile/target.ts:73

Invoice ids in the order allocateCheck should consume them.


remainderHeldForReview

readonly remainderHeldForReview: 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.