Module: Telnyx::Models::MessagingTollfree::Verification::Volume

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/messaging_tollfree/verification/volume.rb

Overview

Message Volume Enums

Constant Summary collapse

V_10 =
:"10"
V_100 =
:"100"
V_1000 =
:"1,000"
V_10000 =
:"10,000"
V_100000 =
:"100,000"
V_250000 =
:"250,000"
V_500000 =
:"500,000"
V_750000 =
:"750,000"
V_1000000 =
:"1,000,000"
V_5000000 =
:"5,000,000"
V_10000000_PLUS =
:"10,000,000+"

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/telnyx/models/messaging_tollfree/verification/volume.rb', line 23