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
readonlyamountCents:number|null
Defined in: src/types/checkReconciliation.ts:12
basis
readonlybasis:LineMatchBasis
Defined in: src/types/checkReconciliation.ts:16
date
readonlydate:string|null
Defined in: src/types/checkReconciliation.ts:10
invoiceRef
readonlyinvoiceRef:string|null
Defined in: src/types/checkReconciliation.ts:11
matchedFacilityName
readonlymatchedFacilityName:string|null
Defined in: src/types/checkReconciliation.ts:15
matchedInvoiceId
readonlymatchedInvoiceId:string|null
Defined in: src/types/checkReconciliation.ts:13
matchedInvoiceNumber
readonlymatchedInvoiceNumber:string|null
Defined in: src/types/checkReconciliation.ts:14