MergeHRISClient.Model.Benefit (MergeHRISClient v1.0.3) 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.Benefit{
benefit_plan_type: String.t() | nil,
company_contribution: float() | nil,
employee: String.t() | nil,
employee_contribution: float() | nil,
id: String.t() | nil,
provider_name: String.t() | nil,
remote_data: [MergeHRISClient.Model.RemoteData.t()] | nil,
remote_id: String.t() | nil,
remote_was_deleted: boolean() | nil
}