Module: Telnyx::Models::PhoneNumberDetailed::Status

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

Overview

The phone number’s current status.

See Also:

  • #status

Constant Summary collapse

PURCHASE_PENDING =
:"purchase-pending"
PURCHASE_FAILED =
:"purchase-failed"
PORT_PENDING =
:"port-pending"
PORT_FAILED =
:"port-failed"
ACTIVE =
:active
DELETED =
:deleted
EMERGENCY_ONLY =
:"emergency-only"
PORTED_OUT =
:"ported-out"
PORT_OUT_PENDING =
:"port-out-pending"
REQUIREMENT_INFO_PENDING =
:"requirement-info-pending"
REQUIREMENT_INFO_UNDER_REVIEW =
:"requirement-info-under-review"
REQUIREMENT_INFO_EXCEPTION =
:"requirement-info-exception"
PROVISION_PENDING =
:"provision-pending"

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