Module: Telnyx::Models::PortingOrder::AdditionalStep
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/porting_order.rb
Constant Summary collapse
- ASSOCIATED_PHONE_NUMBERS =
:associated_phone_numbers- PHONE_NUMBER_VERIFICATION_CODES =
:phone_number_verification_codes
Instance Method Summary collapse
-
#initialize(id: nil, activation_settings: nil, additional_steps: nil, created_at: nil, customer_group_reference: nil, customer_reference: nil, description: nil, documents: nil, end_user: nil, messaging: nil, misc: nil, old_service_provider_ocn: nil, parent_support_key: nil, phone_number_configuration: nil, phone_number_type: nil, phone_numbers: nil, porting_phone_numbers_count: nil, record_type: nil, requirements: nil, requirements_met: nil, status: nil, support_key: nil, updated_at: nil, user_feedback: nil, user_id: nil, webhook_url: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::PortingOrder for more details.
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
Instance Method Details
#initialize(id: nil, activation_settings: nil, additional_steps: nil, created_at: nil, customer_group_reference: nil, customer_reference: nil, description: nil, documents: nil, end_user: nil, messaging: nil, misc: nil, old_service_provider_ocn: nil, parent_support_key: nil, phone_number_configuration: nil, phone_number_type: nil, phone_numbers: nil, porting_phone_numbers_count: nil, record_type: nil, requirements: nil, requirements_met: nil, status: nil, support_key: nil, updated_at: nil, user_feedback: nil, user_id: nil, webhook_url: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::PortingOrder for more details.
220 221 222 223 224 225 226 227 228 |
# File 'lib/telnyx/models/porting_order.rb', line 220 module AdditionalStep extend Telnyx::Internal::Type::Enum ASSOCIATED_PHONE_NUMBERS = :associated_phone_numbers PHONE_NUMBER_VERIFICATION_CODES = :phone_number_verification_codes # @!method self.values # @return [Array<Symbol>] end |