Module: Telnyx::Models::DirUpdateInfringementResponse::Data::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/dir_update_infringement_response.rb
Overview
DIR lifecycle status.
-
‘draft` - newly created; editable; not yet submitted.
-
‘submitted` / `in_review` - Telnyx is reviewing.
-
‘verified` - approved; phone numbers may be attached.
-
‘rejected` - Telnyx rejected this submission; `rejection_reasons` is populated; customer can edit and resubmit.
-
‘unsuccessful` - system-side error during processing; customer can edit and resubmit.
-
‘suspended` - temporarily disabled (e.g. by an active infringement claim).
-
‘expired` - verification expired; customer must resubmit.
-
‘infringement_claimed` - a trademark/impersonation claim is open against this DIR.
-
‘permanently_rejected` - terminal; cannot be resubmitted.
Constant Summary collapse
- DRAFT =
:draft- SUBMITTED =
:submitted- IN_REVIEW =
:in_review- VERIFIED =
:verified- REJECTED =
:rejected- UNSUCCESSFUL =
:unsuccessful- SUSPENDED =
:suspended- EXPIRED =
:expired- INFRINGEMENT_CLAIMED =
:infringement_claimed- PERMANENTLY_REJECTED =
:permanently_rejected
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
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/dir_update_infringement_response.rb', line 329
|