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

The Benefit Object ### Description The Benefit object is used to represent a Benefit for an employee. ### Usage Example Fetch from the LIST Benefits endpoint and filter by ID to show all benefits.

Link to this section Summary

Link to this section Types

Specs

t() :: %MergeHRISClient.Model.BenefitRequest{
  benefit_plan_type: BenefitPlanTypeEnum | nil,
  company_contribution: float() | nil,
  employee: String.t() | nil,
  employee_contribution: float() | nil,
  provider_name: String.t() | nil,
  remote_id: String.t() | nil
}