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

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

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:

  • Telnyx::Models::Document#document_type

Constant Summary collapse

LETTER_OF_AUTHORIZATION =

Returns:

  • (:letter_of_authorization)
:letter_of_authorization
BUSINESS_REGISTRATION =

Returns:

  • (:business_registration)
:business_registration
ARTICLES_OF_INCORPORATION =

Returns:

  • (:articles_of_incorporation)
:articles_of_incorporation
TAX_DOCUMENT =

Returns:

  • (:tax_document)
:tax_document
EIN_LETTER =

Returns:

  • (:ein_letter)
:ein_letter
TRADEMARK_REGISTRATION =

Returns:

  • (:trademark_registration)
:trademark_registration
WEBSITE_OWNERSHIP =

Returns:

  • (:website_ownership)
:website_ownership
BUSINESS_LICENSE =

Returns:

  • (:business_license)
:business_license
PROFESSIONAL_LICENSE =

Returns:

  • (:professional_license)
:professional_license
GOVERNMENT_ID =

Returns:

  • (:government_id)
:government_id
UTILITY_BILL =

Returns:

  • (:utility_bill)
:utility_bill
BANK_STATEMENT =

Returns:

  • (:bank_statement)
:bank_statement
OTHER =

Returns:

  • (:other)
:other

Class Method Summary collapse

Instance 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/document.rb', line 58

Instance Method Details

#self?.values::Array[Telnyx::Models::Document::document_type]

Returns:

  • (::Array[Telnyx::Models::Document::document_type])


63
# File 'sig/telnyx/models/document.rbs', line 63

def self?.values: -> ::Array[Telnyx::Models::Document::document_type]