Interface: PayBreakdown
Defined in: src/lib/pay/index.ts:170
The full pay result for one contractor/period: a per-row breakdown plus the total it sums to.
Properties
totalCentavos
readonlytotalCentavos:Centavos
Defined in: src/lib/pay/index.ts:172
Total pay in PHP Centavos; equals the exact sum of weeks[].payCentavos.
weeks
readonlyweeks: readonlyWeekPayResult[]
Defined in: src/lib/pay/index.ts:174
Settlement rows — one per settling week (outsourced) or a single period row otherwise.