Module: Telnyx::Models::EnterpriseCreateParams::OrganizationType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/enterprise_create_params.rb,
sig/telnyx/models/enterprise_create_params.rbs
Overview
Organization category for vetting purposes:
commercial- for-profit business entities (LLC, corp, partnership, sole proprietorship). Most callers fall here.government- federal/state/local government bodies.non_profit- registered 501(c)(3)/equivalent (incl. educational institutions, charities, religious organisations).
Constant Summary collapse
- COMMERCIAL =
:commercial- GOVERNMENT =
:government- NON_PROFIT =
:non_profit
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[Telnyx::Models::EnterpriseCreateParams::organization_type]
268 |
# File 'sig/telnyx/models/enterprise_create_params.rbs', line 268
def self?.values: -> ::Array[Telnyx::Models::EnterpriseCreateParams::organization_type]
|