Class: Telnyx::Models::Porting::PortingLoaConfiguration::Address
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Porting::PortingLoaConfiguration::Address
- Defined in:
- lib/telnyx/models/porting/porting_loa_configuration.rb
Overview
Instance Attribute Summary collapse
-
#city ⇒ String?
The locality of the company.
-
#country_code ⇒ String?
The country code of the company.
-
#extended_address ⇒ String?
The extended address of the company.
-
#state ⇒ String?
The administrative area of the company.
-
#street_address ⇒ String?
The street address of the company.
-
#zip_code ⇒ String?
The postal code of the company.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
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
This class inherits a constructor from Telnyx::Internal::Type::BaseModel
Instance Attribute Details
#city ⇒ String?
The locality of the company
97 |
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 97 optional :city, String |
#country_code ⇒ String?
The country code of the company
103 |
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 103 optional :country_code, String |
#extended_address ⇒ String?
The extended address of the company
109 |
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 109 optional :extended_address, String |
#state ⇒ String?
The administrative area of the company
115 |
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 115 optional :state, String |
#street_address ⇒ String?
The street address of the company
121 |
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 121 optional :street_address, String |
#zip_code ⇒ String?
The postal code of the company
127 |
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 127 optional :zip_code, String |