Interface: TargetingOptions
Defined in: src/lib/reconcile/target.ts:48
Properties
singleFacility
readonlysingleFacility:boolean
Defined in: src/lib/reconcile/target.ts:59
True for a single-facility payer (enables the oldest-first fallback for any remainder). False for a management-company / multi-facility payer (remainder is held for review, never auto-spread).
windowDays?
readonlyoptionalwindowDays?:number
Defined in: src/lib/reconcile/target.ts:54
How many days the remittance line date may differ from an invoice's anchor date and still match.
Remittance dates are the service week-ending date and sit ~2 days before the invoice sent_at,
so a small window is required. Default 10.