Interface: AccountPayment
Defined in: src/lib/ar/account.ts:39
Properties
amountCents
readonlyamountCents:number
Defined in: src/lib/ar/account.ts:46
checkId
readonlycheckId:string|null
Defined in: src/lib/ar/account.ts:44
The check this money came from — null for manually recorded payments.
checkNumber
readonlycheckNumber:string|null
Defined in: src/lib/ar/account.ts:45
date
readonlydate: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
readonlykind:"check"|"manual"
Defined in: src/lib/ar/account.ts:40