Class: Telnyx::Models::Rcs::BrandCreateParams::Address
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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(addresses:, contacts:, display_name:, identifiers:, legal_entity_type:, legal_name:, organization_type:, website_url:, profile_id: nil, request_options: {}) ⇒ Object
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 85
class Address < Telnyx::Internal::Type::BaseModel
required :administrative_area, String
required :city, String
required :country_code, String
required :line_1, String
required :postal_code, String
optional :line_2, String, nil?: true
end
|
Instance Attribute Details
#administrative_area ⇒ String
89
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 89
required :administrative_area, String
|
#city ⇒ String
94
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 94
required :city, String
|
#country_code ⇒ String
The two-letter ISO 3166-1 country code.
100
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 100
required :country_code, String
|
#line_1 ⇒ String
105
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 105
required :line_1, String
|
#line_2 ⇒ String?
115
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 115
optional :line_2, String, nil?: true
|
#postal_code ⇒ String
110
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 110
required :postal_code, String
|
Instance Method Details
#to_hash ⇒ {
98
|
# File 'sig/telnyx/models/rcs/brand_create_params.rbs', line 98
def to_hash: -> {
|