Module: Telnyx::Models::EnterpriseCreateParams::NumberOfEmployees

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/enterprise_create_params.rb

Overview

Employee count range

Constant Summary collapse

NUMBER_OF_EMPLOYEES_1_10 =
:"1-10"
NUMBER_OF_EMPLOYEES_11_50 =
:"11-50"
NUMBER_OF_EMPLOYEES_51_200 =
:"51-200"
NUMBER_OF_EMPLOYEES_201_500 =
:"201-500"
NUMBER_OF_EMPLOYEES_501_2000 =
:"501-2000"
NUMBER_OF_EMPLOYEES_2001_10000 =
:"2001-10000"
NUMBER_OF_EMPLOYEES_10001_PLUS =
:"10001+"

Method Summary

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