Class: Telnyx::Models::AdvancedOrder
Defined Under Namespace
Modules: Feature, PhoneNumberType
Instance Attribute Summary collapse
Class Method Summary
collapse
==, #==, #[], 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?
9
|
# File 'lib/telnyx/models/advanced_order.rb', line 9
optional :area_code, String
|
14
|
# File 'lib/telnyx/models/advanced_order.rb', line 14
optional :comments, String
|
#country_code ⇒ String?
19
|
# File 'lib/telnyx/models/advanced_order.rb', line 19
optional :country_code, String
|
#customer_reference ⇒ String?
24
|
# File 'lib/telnyx/models/advanced_order.rb', line 24
optional :customer_reference, String
|
#phone_number_type ⇒ Symbol, ...
34
|
# File 'lib/telnyx/models/advanced_order.rb', line 34
optional :phone_number_type, enum: -> { Telnyx::AdvancedOrder::PhoneNumberType }
|
#quantity ⇒ Integer?
39
|
# File 'lib/telnyx/models/advanced_order.rb', line 39
optional :quantity, Integer
|
#requirement_group_id ⇒ String?
The ID of the requirement group to associate with this advanced order
45
|
# File 'lib/telnyx/models/advanced_order.rb', line 45
optional :requirement_group_id, String
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/advanced_order.rb', line 73
|