Skip to main content

Interface: ReconLineView

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

View-models for the check-reconciliation review UI. Kept out of the server-only services module so the client ReconcileCheck component can import the types (erased at build).

Properties

amountCents

readonly amountCents: number | null

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


basis

readonly basis: LineMatchBasis

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


date

readonly date: string | null

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


invoiceRef

readonly invoiceRef: string | null

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


matchedFacilityName

readonly matchedFacilityName: string | null

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


matchedInvoiceId

readonly matchedInvoiceId: string | null

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


matchedInvoiceNumber

readonly matchedInvoiceNumber: string | null

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