mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
751 B
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
)