Class: Telnyx::Models::Porting::PortingLoaConfiguration

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/porting/porting_loa_configuration.rb

Overview

Defined Under Namespace

Classes: Address, Contact, Logo

Instance Attribute Summary collapse

Instance Method Summary collapse

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: nil, phone_number: nil) ⇒ Object

The contact information of the company.

Parameters:

  • email (String) (defaults to: nil)

    The email address of the contact

  • phone_number (String) (defaults to: nil)

    The phone number of the contact



# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 70

Instance Attribute Details

#addressTelnyx::Models::Porting::PortingLoaConfiguration::Address?

The address of the company.



18
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 18

optional :address, -> { Telnyx::Porting::PortingLoaConfiguration::Address }

#company_nameString?

The name of the company

Returns:

  • (String, nil)


24
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 24

optional :company_name, String

#contactTelnyx::Models::Porting::PortingLoaConfiguration::Contact?

The contact information of the company.



30
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 30

optional :contact, -> { Telnyx::Porting::PortingLoaConfiguration::Contact }

#created_atTime?

ISO 8601 formatted date indicating when the resource was created.

Returns:

  • (Time, nil)


36
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 36

optional :created_at, Time

#idString?

Uniquely identifies the LOA configuration.

Returns:

  • (String, nil)


12
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 12

optional :id, String

#logoTelnyx::Models::Porting::PortingLoaConfiguration::Logo?

The logo to be used in the LOA.



42
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 42

optional :logo, -> { Telnyx::Porting::PortingLoaConfiguration::Logo }

#nameString?

The name of the LOA configuration

Returns:

  • (String, nil)


48
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 48

optional :name, String

#organization_idString?

The organization that owns the LOA configuration

Returns:

  • (String, nil)


54
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 54

optional :organization_id, String

#updated_atTime?

ISO 8601 formatted date indicating when the resource was updated.

Returns:

  • (Time, nil)


60
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 60

optional :updated_at, Time