The following types will always be present in the API response. If a type parameter is not found in the input, its value will be null.Here’s the table format for your payslip schema:
Parameter Name
Variable Type
payslip_company_name
string | null
payslip_period
string | null
payslip_employee_info
Object
payslip_employee_info.name
string | null
payslip_employee_info.identity_number
string | null
payslip_employee_info.designation
string | null
payslip_total_gross_pay
string | null
payslip_net_pay
string | null
This structure follows the format you requested, using the same parameter names and variable types as in your schema.