Module: VitableConnect::Models::Enrollment::Benefit::ProductCode

Extended by:
Internal::Type::Enum
Defined in:
lib/vitable_connect/models/enrollment.rb

Overview

  • ‘EBA` - Eba Mec

  • ‘VPC` - Vpc Enhanced

  • ‘VPC_CORE` - Vpc Core

  • ‘MEC` - Vpc Mec

  • ‘MEC2` - Mec2

  • ‘MEC_PLUS` - Mec Plus

  • ‘MVP` - Mvp

  • ‘MVP2` - Mvp2

  • ‘MVPSL` - Mvpsl

  • ‘MVPSL2` - Mvpsl2

  • ‘VD` - Dental

  • ‘VV` - Vision

  • ‘ICHRA` - Ichra

  • ‘ICHRA_PREMIUM_PLUS` - Ichra Premium Plus

  • ‘ICHRA_REIMBURSEMENT_ONLY` - Ichra Reimbursement Only

See Also:

Constant Summary collapse

EBA =
:EBA
VPC =
:VPC
VPC_CORE =
:VPC_CORE
MEC =
:MEC
MEC2 =
:MEC2
MEC_PLUS =
:MEC_PLUS
MVP =
:MVP
MVP2 =
:MVP2
MVPSL =
:MVPSL
MVPSL2 =
:MVPSL2
VD =
:VD
VV =
:VV
ICHRA =
:ICHRA
ICHRA_PREMIUM_PLUS =
:ICHRA_PREMIUM_PLUS
ICHRA_REIMBURSEMENT_ONLY =
:ICHRA_REIMBURSEMENT_ONLY

Class Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/vitable_connect/models/enrollment.rb', line 228