Skip to main content

Interface: SummaryStatement

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

One pay period inside a contractor's summary drilldown.

Properties

adjustmentsCentavos

readonly adjustmentsCentavos: number

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


baseCentavos

readonly baseCentavos: number | null

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


end

readonly end: string

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


hours

readonly hours: number | null

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


netCentavos

readonly netCentavos: number

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


payDate

readonly payDate: string | null

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


start

readonly start: string

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


status

readonly status: string

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