Interface: BillingPayerRow
Defined in: src/lib/facility-match/index.ts:128
One row of the admin-managed billing_payers mapping. payerPattern is tested against the check's
payer name per matchKind; the row then contributes either its single facilityId, or -- for a
management company -- every facility via coversAll.
Properties
coversAll
readonlycoversAll:boolean
Defined in: src/lib/facility-match/index.ts:132
facilityId
readonlyfacilityId:string|null
Defined in: src/lib/facility-match/index.ts:131
matchKind
readonlymatchKind:"contains"|"equals"|"regex"
Defined in: src/lib/facility-match/index.ts:130
payerPattern
readonlypayerPattern:string
Defined in: src/lib/facility-match/index.ts:129