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