---
title: "Payslip data model"
url: "https://docs.unified.to/hris/payslip/model"
description: "API reference for Payslip data model. Launch multiple pre-built Payslip integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-22T23:26:32.613Z"
---
# Payslip data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/hris/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**user\_id**string 

the employee (reference to HrisEmployee)

**company\_id**string 

(reference to HrisCompany)

**payment\_type** enum

Valid values:

 "DIRECT" 

 "CHEQUE" 

 "CASH" 

**paid\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**start\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**end\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**currency**string 

**gross\_amount**number 

**net\_amount**number 

**details** array 

**deduction**object 

The ID (and optionally name) of the employee deduction (if this detail represents a deduction)

**raw**any
