Skip to main content

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

readonly coversAll: boolean

Defined in: src/lib/facility-match/index.ts:132


facilityId

readonly facilityId: string | null

Defined in: src/lib/facility-match/index.ts:131


matchKind

readonly matchKind: "contains" | "equals" | "regex"

Defined in: src/lib/facility-match/index.ts:130


payerPattern

readonly payerPattern: string

Defined in: src/lib/facility-match/index.ts:129