Class: Telnyx::Models::AdvancedOrderCreateParams
Overview
Defined Under Namespace
Modules: Feature, PhoneNumberType
Instance Attribute Summary collapse
#request_options
Class Method Summary
collapse
dump_request
included
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
#area_code ⇒ String?
13
|
# File 'lib/telnyx/models/advanced_order_create_params.rb', line 13
optional :area_code, String
|
18
|
# File 'lib/telnyx/models/advanced_order_create_params.rb', line 18
optional :comments, String
|
#country_code ⇒ String?
23
|
# File 'lib/telnyx/models/advanced_order_create_params.rb', line 23
optional :country_code, String
|
#customer_reference ⇒ String?
28
|
# File 'lib/telnyx/models/advanced_order_create_params.rb', line 28
optional :customer_reference, String
|
#phone_number_type ⇒ Symbol, ...
39
|
# File 'lib/telnyx/models/advanced_order_create_params.rb', line 39
optional :phone_number_type, enum: -> { Telnyx::AdvancedOrderCreateParams::PhoneNumberType }
|
#quantity ⇒ Integer?
44
|
# File 'lib/telnyx/models/advanced_order_create_params.rb', line 44
optional :quantity, Integer
|
#requirement_group_id ⇒ String?
The ID of the requirement group to associate with this advanced order
50
|
# File 'lib/telnyx/models/advanced_order_create_params.rb', line 50
optional :requirement_group_id, String
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/advanced_order_create_params.rb', line 80
|