Class: Telnyx::Models::Rcs::BrandUpdateParams
Overview
Defined Under Namespace
Classes: Address, Contacts, Identifiers
Instance Attribute Summary collapse
#request_options
Class Method Summary
collapse
Instance Method Summary
collapse
dump_request
included
==, #==, #[], 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(administrative_area:, city:, country_code:, line_1:, postal_code:, line_2: nil) ⇒ Object
|
# File 'lib/telnyx/models/rcs/brand_update_params.rb', line 122
|
Instance Attribute Details
19
|
# File 'lib/telnyx/models/rcs/brand_update_params.rb', line 19
optional :addresses, -> { Telnyx::Internal::Type::HashOf[Telnyx::Rcs::BrandUpdateParams::Address] }
|
Named business contacts. Use the brand key for the required BRAND contact.
25
|
# File 'lib/telnyx/models/rcs/brand_update_params.rb', line 25
optional :contacts, -> { Telnyx::Rcs::BrandUpdateParams::Contacts }
|
#display_name ⇒ String?
30
|
# File 'lib/telnyx/models/rcs/brand_update_params.rb', line 30
optional :display_name, String
|
#id ⇒ String
14
|
# File 'lib/telnyx/models/rcs/brand_update_params.rb', line 14
required :id, String
|
Named business identifiers. Use the ein key for the required EIN and
stock_symbol for a public-profit brand's stock symbol.
37
|
# File 'lib/telnyx/models/rcs/brand_update_params.rb', line 37
optional :identifiers, -> { Telnyx::Rcs::BrandUpdateParams::Identifiers }
|
#legal_entity_type ⇒ Symbol, ...
42
|
# File 'lib/telnyx/models/rcs/brand_update_params.rb', line 42
optional :legal_entity_type, enum: -> { Telnyx::Rcs::BrandLegalEntityType }
|
#legal_name ⇒ String?
47
|
# File 'lib/telnyx/models/rcs/brand_update_params.rb', line 47
optional :legal_name, String
|
#organization_type ⇒ Symbol, ...
52
|
# File 'lib/telnyx/models/rcs/brand_update_params.rb', line 52
optional :organization_type, enum: -> { Telnyx::Rcs::BrandOrganizationType }
|
#profile_id ⇒ String?
57
|
# File 'lib/telnyx/models/rcs/brand_update_params.rb', line 57
optional :profile_id, String
|
#website_url ⇒ String?
62
|
# File 'lib/telnyx/models/rcs/brand_update_params.rb', line 62
optional :website_url, String
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/rcs/brand_update_params.rb', line 162
|
Instance Method Details
#to_hash ⇒ {
85
|
# File 'sig/telnyx/models/rcs/brand_update_params.rbs', line 85
def to_hash: -> {
|