Skip to main content

Interface: ReceivedRow

Defined in: src/lib/ar/received.ts:16

Properties

amountCents

readonly amountCents: number

Defined in: src/lib/ar/received.ts:19


checkDate

readonly checkDate: string

Defined in: src/lib/ar/received.ts:21

Date printed on the check, falling back to the upload date — never null, so it always sorts.


checkNumber

readonly checkNumber: string | null

Defined in: src/lib/ar/received.ts:22


facilityName

readonly facilityName: string

Defined in: src/lib/ar/received.ts:18


hasFile

readonly hasFile: boolean

Defined in: src/lib/ar/received.ts:23


id

readonly id: string

Defined in: src/lib/ar/received.ts:17


lines

readonly lines: readonly ReceivedLine[]

Defined in: src/lib/ar/received.ts:24