Skip to main content

Interface: InsightPeriod

Defined in: src/lib/payroll/insights.ts:59

One pay period (grouped by the payments' stored period), newest first.

Properties

count

readonly count: number

Defined in: src/lib/payroll/insights.ts:64


end

readonly end: string

Defined in: src/lib/payroll/insights.ts:62


key

readonly key: string

Defined in: src/lib/payroll/insights.ts:60


lines

readonly lines: InsightLine[]

Defined in: src/lib/payroll/insights.ts:68


netCentavos

readonly netCentavos: number

Defined in: src/lib/payroll/insights.ts:65


payDate

readonly payDate: string | null

Defined in: src/lib/payroll/insights.ts:63


start

readonly start: string

Defined in: src/lib/payroll/insights.ts:61


unpaidCentavos

readonly unpaidCentavos: number

Defined in: src/lib/payroll/insights.ts:67

Net of payments not yet completed (still owed / in flight / failed).