MergeHRISClient.Model.TimeOffBalance (MergeHRISClient v1.0.2) View Source

The TimeOffBalance Object ### Description The TimeOffBalance object is used to represent a Time Off Balance for an employee. ### Usage Example Fetch from the LIST TimeOffBalances endpoint and filter by ID to show all time off balances.

Link to this section Summary

Link to this section Types

Specs

t() :: %MergeHRISClient.Model.TimeOffBalance{
  balance: float() | nil,
  employee: String.t() | nil,
  id: String.t() | nil,
  policy_type: PolicyTypeEnum | nil,
  remote_data: [MergeHRISClient.Model.RemoteData.t()] | nil,
  remote_id: String.t() | nil,
  used: float() | nil
}