kombo-ruby-sdk/docs/PutCustomDatevEmployeesEmployeeIdCompensationsRequestBody.md
Adriano Caloiaroooo 000eb69c9e
initial commit
2025-11-19 13:39:55 -08:00

751 B

Kombo::PutCustomDatevEmployeesEmployeeIdCompensationsRequestBody

Properties

Name Type Description Notes
effective_date Time Date from which the submitted compensations should be valid. Please note that it might not be possible to set compensations for the past if the payroll was already run.
compensations Array<PutCustomDatevEmployeesEmployeeIdCompensationsRequestBodyCompensationsInner>

Example

require 'kombo_client'

instance = Kombo::PutCustomDatevEmployeesEmployeeIdCompensationsRequestBody.new(
  effective_date: null,
  compensations: null
)