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

571 B

Kombo::PutCustomDatevEmployeesEmployeeIdPreparePayrollRequestBodyFixedPaymentsInner

Properties

Name Type Description Notes
amount Float
lohnart Float The "Lohnart" (payment-type) in DATEV. Make sure a Lohnart is selected that actually supports fixed payments (no hourly modifier).

Example

require 'kombo_client'

instance = Kombo::PutCustomDatevEmployeesEmployeeIdPreparePayrollRequestBodyFixedPaymentsInner.new(
  amount: null,
  lohnart: null
)