Skip to main content

Interface: ReconciliationPreview

Defined in: src/types/checkReconciliation.ts:27

Properties

coversAll

readonly coversAll: boolean

Defined in: src/types/checkReconciliation.ts:30


facilities

readonly facilities: readonly FacilityRef[]

Defined in: src/types/checkReconciliation.ts:45

All facilities (id+name) — offered for a manual pick when the payer is unresolved.


facilityNames

readonly facilityNames: string[]

Defined in: src/types/checkReconciliation.ts:32

Names of the resolved facility set (for the payer→facilities provenance chip).


lineMatches

readonly lineMatches: ReconLineView[]

Defined in: src/types/checkReconciliation.ts:42


needsFacilityPick

readonly needsFacilityPick: boolean

Defined in: src/types/checkReconciliation.ts:33


orderedInvoices

readonly orderedInvoices: ReconInvoiceView[]

Defined in: src/types/checkReconciliation.ts:36

Outstanding invoices in the order allocateCheck consumes them (matched first).


payerName

readonly payerName: string | null

Defined in: src/types/checkReconciliation.ts:28


poolCount

readonly poolCount: number

Defined in: src/types/checkReconciliation.ts:41

Outstanding invoices in the payer's facility set, matched or not. Distinguishes "nothing is owed" from "targeting declined to guess" — both leave orderedInvoices empty.


remainderHeldForReview

readonly remainderHeldForReview: boolean

Defined in: src/types/checkReconciliation.ts:43


singleFacility

readonly singleFacility: boolean

Defined in: src/types/checkReconciliation.ts:34


status

readonly status: PayerResolutionStatus

Defined in: src/types/checkReconciliation.ts:29