Class: Telnyx::Models::Rcs::BrandCreateParams
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_create_params.rb', line 117
|
Instance Attribute Details
14
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 14
required :addresses, -> { Telnyx::Internal::Type::HashOf[Telnyx::Rcs::BrandCreateParams::Address] }
|
Named business contacts. Use the brand key for the required BRAND contact.
20
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 20
required :contacts, -> { Telnyx::Rcs::BrandCreateParams::Contacts }
|
#display_name ⇒ String
25
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 25
required :display_name, String
|
Named business identifiers. Use the ein key for the required EIN and
stock_symbol for a public-profit brand's stock symbol.
32
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 32
required :identifiers, -> { Telnyx::Rcs::BrandCreateParams::Identifiers }
|
37
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 37
required :legal_entity_type, enum: -> { Telnyx::Rcs::BrandLegalEntityType }
|
#legal_name ⇒ String
42
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 42
required :legal_name, String
|
47
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 47
required :organization_type, enum: -> { Telnyx::Rcs::BrandOrganizationType }
|
#profile_id ⇒ String?
A Messaging Profile owned by the authenticated organization. Agents inherit this
value when they do not provide their own profile.
59
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 59
optional :profile_id, String, nil?: true
|
#website_url ⇒ String
52
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 52
required :website_url, String
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/rcs/brand_create_params.rb', line 157
|
Instance Method Details
#to_hash ⇒ {
53
|
# File 'sig/telnyx/models/rcs/brand_create_params.rbs', line 53
def to_hash: -> {
|