Module: VitableConnect::Types::EventName

Extended by:
Internal::Types::Enum
Defined in:
lib/VitableConnect/types/event_name.rb

Constant Summary collapse

ENROLLMENT_ACCEPTED =
"enrollment.accepted"
ENROLLMENT_TERMINATED =
"enrollment.terminated"
ENROLLMENT_TERMINATION_RESCHEDULED =
"enrollment.termination_rescheduled"
ENROLLMENT_ELECTED =
"enrollment.elected"
ENROLLMENT_GRANTED =
"enrollment.granted"
ENROLLMENT_WAIVED =
"enrollment.waived"
ENROLLMENT_STARTED =
"enrollment.started"
EMPLOYEE_ELIGIBILITY_GRANTED =
"employee.eligibility_granted"
EMPLOYEE_ELIGIBILITY_TERMINATED =
"employee.eligibility_terminated"
EMPLOYEE_DEACTIVATED =
"employee.deactivated"
EMPLOYEE_DEDUCTION_CREATED =
"employee.deduction_created"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load