Module: Telnyx::Models::InfringementClaimContestParams::Document::DocumentType

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

Overview

Type of supporting document. Pick the closest match to what the file actually contains; ‘other` triggers manual vetting and may slow approval. The matching short_name reference list is at `GET /v2/dir/document_types`.

See Also:

Constant Summary collapse

LETTER_OF_AUTHORIZATION =
:letter_of_authorization
BUSINESS_REGISTRATION =
:business_registration
ARTICLES_OF_INCORPORATION =
:articles_of_incorporation
TAX_DOCUMENT =
:tax_document
EIN_LETTER =
:ein_letter
TRADEMARK_REGISTRATION =
:trademark_registration
WEBSITE_OWNERSHIP =
:website_ownership
BUSINESS_LICENSE =
:business_license
PROFESSIONAL_LICENSE =
:professional_license
GOVERNMENT_ID =
:government_id
UTILITY_BILL =
:utility_bill
BANK_STATEMENT =
:bank_statement
OTHER =
:other

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/infringement_claim_contest_params.rb', line 95