Module: Telnyx::Models::Enterprises::EnterpriseReputationPublic::LoaStatus

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/enterprises/enterprise_reputation_public.rb,
sig/telnyx/models/enterprises/enterprise_reputation_public.rbs

Overview

Customer-facing Letter-of-Authorization verification state. approved is required (alongside reputation status) before phone numbers can be added.

See Also:

  • Telnyx::Models::Enterprises::EnterpriseReputationPublic#loa_status

Constant Summary collapse

PENDING =

Returns:

  • (:pending)
:pending
APPROVED =

Returns:

  • (:approved)
:approved
REJECTED =

Returns:

  • (:rejected)
:rejected

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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

Instance Method Details

#self?.values::Array[Telnyx::Models::Enterprises::EnterpriseReputationPublic::loa_status]

Returns:

  • (::Array[Telnyx::Models::Enterprises::EnterpriseReputationPublic::loa_status])


84
# File 'sig/telnyx/models/enterprises/enterprise_reputation_public.rbs', line 84

def self?.values: -> ::Array[Telnyx::Models::Enterprises::EnterpriseReputationPublic::loa_status]