Skip to main content

Interface: RemittanceLine

Defined in: src/lib/reconcile/target.ts:25

A single line of a check's remittance stub.

Properties

amountCents

readonly amountCents: number | null

Defined in: src/lib/reconcile/target.ts:31

Line amount in cents, or null when the amount on the line wasn't legible (matches by date/ref only).


date

readonly date: string | null

Defined in: src/lib/reconcile/target.ts:27

Service/issue date printed on the line, ISO YYYY-MM-DD (null if not legible).


invoiceRef

readonly invoiceRef: string | null

Defined in: src/lib/reconcile/target.ts:29

Invoice number printed on the line, e.g. "INV-0954" (null if not printed). Tiebreak only.