Module: Telnyx::Models::DirUpdateParams::Document::DocumentType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/dir_update_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`.
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
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/dir_update_params.rb', line 166
|