Skip to main content

Interface: AccountPayment

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

Properties

amountCents

readonly amountCents: number

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


checkId

readonly checkId: string | null

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

The check this money came from — null for manually recorded payments.


checkNumber

readonly checkNumber: string | null

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


date

readonly date: string | null

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

YYYY-MM-DD, or null when no date was ever recorded (an old manual partial payment).


kind

readonly kind: "check" | "manual"

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