Skip to main content

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

readonly authorName: string | null

Defined in: src/lib/ar/view.ts:25


body

readonly body: string

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


createdAt

readonly createdAt: string

Defined in: src/lib/ar/queue.ts:50

ISO timestamp.

Inherited from

CollectionActivity.createdAt


facilityId

readonly facilityId: string

Defined in: src/lib/ar/queue.ts:41

Inherited from

CollectionActivity.facilityId


id

readonly id: string

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

Inherited from

CollectionActivity.id


invoiceId

readonly invoiceId: string | null

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

Inherited from

CollectionActivity.invoiceId


nextFollowupOn

readonly nextFollowupOn: 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

readonly promisedCents: number | null

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

Inherited from

CollectionActivity.promisedCents


promisedOn

readonly promisedOn: string | null

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

Date the payer promised the money by (YYYY-MM-DD).

Inherited from

CollectionActivity.promisedOn


type

readonly type: "note" | "call" | "reminder" | "statement" | "demand" | "hold" | "dispute"

Defined in: src/lib/ar/queue.ts:43

Inherited from

CollectionActivity.type