Class: Telnyx::Models::ExternalConnections::CivicAddress
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(id: nil, city_or_town: nil, city_or_town_alias: nil, company_name: nil, country: nil, country_or_district: nil, default_location_id: nil, description: nil, house_number: nil, house_number_suffix: nil, locations: nil, postal_or_zip_code: nil, record_type: nil, state_or_province: nil, street_name: nil, street_suffix: 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, city_or_town: nil, city_or_town_alias: nil, company_name: nil, country: nil, country_or_district: nil, default_location_id: nil, description: nil, house_number: nil, house_number_suffix: nil, locations: nil, postal_or_zip_code: nil, record_type: nil, state_or_province: nil, street_name: nil, street_suffix: nil) ⇒ Object
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 90
|
Instance Attribute Details
#city_or_town ⇒ String?
16
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 16
optional :city_or_town, String
|
#city_or_town_alias ⇒ String?
21
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 21
optional :city_or_town_alias, String
|
#company_name ⇒ String?
26
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 26
optional :company_name, String
|
#country ⇒ String?
31
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 31
optional :country, String
|
#country_or_district ⇒ String?
36
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 36
optional :country_or_district, String
|
#default_location_id ⇒ String?
Identifies what is the default location in the list of locations.
42
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 42
optional :default_location_id, String
|
#description ⇒ String?
47
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 47
optional :description, String
|
#house_number ⇒ String?
52
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 52
optional :house_number, String
|
#house_number_suffix ⇒ String?
57
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 57
optional :house_number_suffix, String
|
#id ⇒ String?
Uniquely identifies the resource.
11
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 11
optional :id, String
|
#postal_or_zip_code ⇒ String?
67
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 67
optional :postal_or_zip_code, String
|
#record_type ⇒ String?
Identifies the type of the resource.
73
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 73
optional :record_type, String
|
#state_or_province ⇒ String?
78
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 78
optional :state_or_province, String
|
#street_name ⇒ String?
83
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 83
optional :street_name, String
|
#street_suffix ⇒ String?
88
|
# File 'lib/telnyx/models/external_connections/civic_address.rb', line 88
optional :street_suffix, String
|