Class: Telnyx::Models::PortingOrderUpdateParams::ActivationSettings

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/porting_order_update_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(id:, activation_settings: nil, customer_group_reference: nil, customer_reference: nil, documents: nil, end_user: nil, messaging: nil, misc: nil, phone_number_configuration: nil, requirement_group_id: nil, requirements: nil, user_feedback: nil, webhook_url: nil, request_options: {}) ⇒ Object

Some parameter documentations has been truncated, see Telnyx::Models::PortingOrderUpdateParams for more details.

Parameters:



115
116
117
118
119
120
121
122
123
124
# File 'lib/telnyx/models/porting_order_update_params.rb', line 115

class ActivationSettings < Telnyx::Internal::Type::BaseModel
  # @!attribute foc_datetime_requested
  #   ISO 8601 formatted Date/Time requested for the FOC date
  #
  #   @return [Time, nil]
  optional :foc_datetime_requested, Time

  # @!method initialize(foc_datetime_requested: nil)
  #   @param foc_datetime_requested [Time] ISO 8601 formatted Date/Time requested for the FOC date
end

Instance Attribute Details

#foc_datetime_requestedTime?

ISO 8601 formatted Date/Time requested for the FOC date

Returns:

  • (Time, nil)


120
# File 'lib/telnyx/models/porting_order_update_params.rb', line 120

optional :foc_datetime_requested, Time