Interface: ActivityRecord
Defined in: src/lib/ar/view.ts:23
A logged activity plus what the panel timeline shows: the note itself and who wrote it.
Extends
Properties
authorName
readonlyauthorName:string|null
Defined in: src/lib/ar/view.ts:25
body
readonlybody:string
Defined in: src/lib/ar/view.ts:24
createdAt
readonlycreatedAt:string
Defined in: src/lib/ar/queue.ts:50
ISO timestamp.
Inherited from
facilityId
readonlyfacilityId:string
Defined in: src/lib/ar/queue.ts:41
Inherited from
id
readonlyid:string
Defined in: src/lib/ar/queue.ts:40
Inherited from
invoiceId
readonlyinvoiceId:string|null
Defined in: src/lib/ar/queue.ts:42
Inherited from
nextFollowupOn
readonlynextFollowupOn:string|null
Defined in: src/lib/ar/queue.ts:48
Date we said we would chase again (YYYY-MM-DD).
Inherited from
CollectionActivity.nextFollowupOn
promisedCents
readonlypromisedCents:number|null
Defined in: src/lib/ar/queue.ts:44
Inherited from
CollectionActivity.promisedCents
promisedOn
readonlypromisedOn:string|null
Defined in: src/lib/ar/queue.ts:46
Date the payer promised the money by (YYYY-MM-DD).
Inherited from
type
readonlytype:"note"|"call"|"reminder"|"statement"|"demand"|"hold"|"dispute"
Defined in: src/lib/ar/queue.ts:43