Module: Telnyx::Models::InfringementClaimContestResponse::Data::Dir::Status

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/infringement_claim_contest_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.

See Also:

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

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