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