Class: Telnyx::Models::InexplicitNumberOrderResponse::OrderingGroup::Order
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::InexplicitNumberOrderResponse::OrderingGroup::Order
- Defined in:
- lib/telnyx/models/inexplicit_number_order_response.rb
Instance Attribute Summary collapse
-
#number_order_id ⇒ String
ID of the main number order.
-
#sub_number_order_ids ⇒ Array<String>
Array of sub number order IDs.
Instance Method Summary collapse
-
#initialize(administrative_area: nil, count_allocated: nil, count_requested: nil, country_iso: nil, created_at: nil, error_reason: nil, exclude_held_numbers: nil, national_destination_code: nil, orders: nil, phone_number_type: nil, phone_number_contains: nil, phone_number_ends_with: nil, phone_number_starts_with: nil, quickship: nil, status: nil, strategy: nil, updated_at: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see Telnyx::Models::InexplicitNumberOrderResponse::OrderingGroup for more details.
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(administrative_area: nil, count_allocated: nil, count_requested: nil, country_iso: nil, created_at: nil, error_reason: nil, exclude_held_numbers: nil, national_destination_code: nil, orders: nil, phone_number_type: nil, phone_number_contains: nil, phone_number_ends_with: nil, phone_number_starts_with: nil, quickship: nil, status: nil, strategy: nil, updated_at: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::InexplicitNumberOrderResponse::OrderingGroup for more details.
216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'lib/telnyx/models/inexplicit_number_order_response.rb', line 216 class Order < Telnyx::Internal::Type::BaseModel # @!attribute number_order_id # ID of the main number order # # @return [String] required :number_order_id, String # @!attribute sub_number_order_ids # Array of sub number order IDs # # @return [Array<String>] required :sub_number_order_ids, Telnyx::Internal::Type::ArrayOf[String] # @!method initialize(number_order_id:, sub_number_order_ids:) # @param number_order_id [String] ID of the main number order # # @param sub_number_order_ids [Array<String>] Array of sub number order IDs end |
Instance Attribute Details
#number_order_id ⇒ String
ID of the main number order
221 |
# File 'lib/telnyx/models/inexplicit_number_order_response.rb', line 221 required :number_order_id, String |