MergeHRISClient.Model.EmploymentRequest (MergeHRISClient v1.0.0) View Source

The Employment Object ### Description The Employment object is used to represent an employment position at a company. These are associated with the employee filling the role. ### Usage Example Fetch from the LIST Employments endpoint and filter by ID to show all employees.

Link to this section Summary

Link to this section Types

Specs

t() :: %MergeHRISClient.Model.EmploymentRequest{
  effective_date: DateTime.t() | nil,
  employment_type: EmploymentTypeEnum | nil,
  flsa_status: FlsaStatusEnum | nil,
  job_title: String.t() | nil,
  pay_currency: PayCurrencyEnum | nil,
  pay_frequency: PayFrequencyEnum | nil,
  pay_period: PayPeriodEnum | nil,
  pay_rate: float() | nil,
  remote_id: String.t() | nil
}