Class: Telnyx::Models::NumberOrderPhoneNumber
Defined Under Namespace
Modules: PhoneNumberType, RequirementsStatus, Status
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
-
#initialize(id: nil, bundle_id: nil, country_code: nil, deadline: nil, is_block_number: nil, locality: nil, order_request_id: nil, phone_number: nil, phone_number_type: nil, record_type: nil, regulatory_requirements: nil, requirements_met: nil, requirements_status: nil, status: nil, sub_number_order_id: nil) ⇒ Object
constructor
==, #==, #[], 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
#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
Constructor Details
#initialize(id: nil, bundle_id: nil, country_code: nil, deadline: nil, is_block_number: nil, locality: nil, order_request_id: nil, phone_number: nil, phone_number_type: nil, record_type: nil, regulatory_requirements: nil, requirements_met: nil, requirements_status: nil, status: nil, sub_number_order_id: nil) ⇒ Object
|
# File 'lib/telnyx/models/number_order_phone_number.rb', line 87
|
Instance Attribute Details
#country_code ⇒ String?
9
|
# File 'lib/telnyx/models/number_order_phone_number.rb', line 9
optional :country_code, String
|
#deadline ⇒ Time?
14
|
# File 'lib/telnyx/models/number_order_phone_number.rb', line 14
optional :deadline, Time
|
#is_block_number ⇒ Boolean?
19
|
# File 'lib/telnyx/models/number_order_phone_number.rb', line 19
optional :is_block_number, Telnyx::Internal::Type::Boolean
|
#locality ⇒ String?
24
|
# File 'lib/telnyx/models/number_order_phone_number.rb', line 24
optional :locality, String
|
#order_request_id ⇒ String?
29
|
# File 'lib/telnyx/models/number_order_phone_number.rb', line 29
optional :order_request_id, String
|
#phone_number ⇒ String?
34
|
# File 'lib/telnyx/models/number_order_phone_number.rb', line 34
optional :phone_number, String
|
#phone_number_type ⇒ Symbol, ...
39
|
# File 'lib/telnyx/models/number_order_phone_number.rb', line 39
optional :phone_number_type, enum: -> { Telnyx::NumberOrderPhoneNumber::PhoneNumberType }
|
#sub_number_order_id ⇒ String?
50
|
# File 'lib/telnyx/models/number_order_phone_number.rb', line 50
optional :sub_number_order_id, String
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/number_order_phone_number.rb', line 129
|