Skip to main content

Interface: AccountPaymentInput

Defined in: src/lib/ar/account.ts:27

One check_payment_applications row joined to its check — the caller reads, this classifies.

Properties

amountCents

readonly amountCents: number

Defined in: src/lib/ar/account.ts:29


appliedAt

readonly appliedAt: string

Defined in: src/lib/ar/account.ts:31

Application created_at (timestamptz) — when we applied the money.


checkDate

readonly checkDate: string | null

Defined in: src/lib/ar/account.ts:36

The date printed on the check, when OCR captured one.


checkId

readonly checkId: string

Defined in: src/lib/ar/account.ts:33

check_payments.id — the checks-page deep link target.


checkNumber

readonly checkNumber: string | null

Defined in: src/lib/ar/account.ts:34


invoiceId

readonly invoiceId: string

Defined in: src/lib/ar/account.ts:28