Class: Telnyx::Models::Porting::LoaConfigurationPreviewParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Porting::LoaConfigurationPreviewParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/porting/loa_configuration_preview_params.rb
Overview
Defined Under Namespace
Classes: Address, Contact, Logo
Instance Attribute Summary collapse
-
#address ⇒ Telnyx::Models::Porting::LoaConfigurationPreviewParams::Address
The address of the company.
-
#company_name ⇒ String
The name of the company.
-
#contact ⇒ Telnyx::Models::Porting::LoaConfigurationPreviewParams::Contact
The contact information of the company.
-
#logo ⇒ Telnyx::Models::Porting::LoaConfigurationPreviewParams::Logo
The logo of the LOA configuration.
-
#name ⇒ String
The name of the LOA configuration.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(email:, phone_number:) ⇒ Object
constructor
The contact information of the company.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(email:, phone_number:) ⇒ Object
The contact information of the company.
|
|
# File 'lib/telnyx/models/porting/loa_configuration_preview_params.rb', line 91
|
Instance Attribute Details
#address ⇒ Telnyx::Models::Porting::LoaConfigurationPreviewParams::Address
The address of the company.
15 |
# File 'lib/telnyx/models/porting/loa_configuration_preview_params.rb', line 15 required :address, -> { Telnyx::Porting::LoaConfigurationPreviewParams::Address } |
#company_name ⇒ String
The name of the company
21 |
# File 'lib/telnyx/models/porting/loa_configuration_preview_params.rb', line 21 required :company_name, String |
#contact ⇒ Telnyx::Models::Porting::LoaConfigurationPreviewParams::Contact
The contact information of the company.
27 |
# File 'lib/telnyx/models/porting/loa_configuration_preview_params.rb', line 27 required :contact, -> { Telnyx::Porting::LoaConfigurationPreviewParams::Contact } |
#logo ⇒ Telnyx::Models::Porting::LoaConfigurationPreviewParams::Logo
The logo of the LOA configuration
33 |
# File 'lib/telnyx/models/porting/loa_configuration_preview_params.rb', line 33 required :logo, -> { Telnyx::Porting::LoaConfigurationPreviewParams::Logo } |
#name ⇒ String
The name of the LOA configuration
39 |
# File 'lib/telnyx/models/porting/loa_configuration_preview_params.rb', line 39 required :name, String |