Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 6.55 KB

EmployeeCompensation.md

File metadata and controls

15 lines (12 loc) · 6.55 KB

EmployeeCompensation

Fields

Field Type Required Description Example
id JsonNullable<String> A unique identifier for an object. 12345
jobId JsonNullable<String> The ID of the job to which the compensation belongs. 12345
rate JsonNullable<Double> The amount paid per payment unit. 72000
paymentUnit JsonNullable<PaymentUnit> Unit of measurement for employee compensation. year
currency JsonNullable<Currency> Indicates the associated currency for an amount of money. Values correspond to ISO 4217. USD
flsaStatus JsonNullable<FlsaStatus> The FLSA status for this compensation.
effectiveDate JsonNullable<String> The date on which a change to an employee's compensation takes effect. 2020-08-12
paymentFrequency JsonNullable<PaymentFrequency> Frequency of employee compensation. monthly