Sha256: 814067f81aeb28c2ecccc58dec0057f631ea7af0aaf0228d87c401ee38c082ab

Contents?: true

Size: 545 Bytes

Versions: 3

Compression:

Stored size: 545 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  
    # HRISBenefitValue - The type of the benefit
    class HRISBenefitValue < T::Enum
      enums do
        RETIREMENT_SAVINGS = new('retirement_savings')
        HEALTH_SAVINGS = new('health_savings')
        OTHER = new('other')
        HEALTH_INSURANCE = new('health_insurance')
        INSURANCE = new('insurance')
        UNMAPPED_VALUE = new('unmapped_value')
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stackone_client-0.6.0 lib/stack_one/models/shared/hrisbenefit_value.rb
stackone_client-0.5.9 lib/stack_one/models/shared/hrisbenefit_value.rb
stackone_client-0.5.8 lib/stack_one/models/shared/hrisbenefit_value.rb