Class: Sentdm::Models::ProfileCreateResponse::Data::Brand::Compliance

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/sentdm/models/profile_create_response.rb

Overview

See Also:

Defined Under Namespace

Modules: BrandRelationship, Vertical Classes: DestinationCountry

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

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

#initialize(id: nil, is_main: nil) ⇒ Object

Parameters:

  • id (String) (defaults to: nil)
  • is_main (Boolean) (defaults to: nil)


# File 'lib/sentdm/models/profile_create_response.rb', line 549

Instance Attribute Details

#brand_relationshipSymbol, ...



501
502
503
# File 'lib/sentdm/models/profile_create_response.rb', line 501

optional :brand_relationship,
enum: -> { Sentdm::Models::ProfileCreateResponse::Data::Brand::Compliance::BrandRelationship },
nil?: true

#destination_countriesArray<Sentdm::Models::ProfileCreateResponse::Data::Brand::Compliance::DestinationCountry>?

List of destination countries for messaging



509
510
# File 'lib/sentdm/models/profile_create_response.rb', line 509

optional :destination_countries,
-> { Sentdm::Internal::Type::ArrayOf[Sentdm::Models::ProfileCreateResponse::Data::Brand::Compliance::DestinationCountry] }

#expected_messaging_volumeString?

Expected daily messaging volume

Returns:

  • (String, nil)


516
# File 'lib/sentdm/models/profile_create_response.rb', line 516

optional :expected_messaging_volume, String, nil?: true

#is_tcr_applicationBoolean?

Whether this is a TCR (Campaign Registry) application

Returns:

  • (Boolean, nil)


522
# File 'lib/sentdm/models/profile_create_response.rb', line 522

optional :is_tcr_application, Sentdm::Internal::Type::Boolean

#notesString?

Additional notes about the business or use case

Returns:

  • (String, nil)


528
# File 'lib/sentdm/models/profile_create_response.rb', line 528

optional :notes, String, nil?: true

#phone_number_prefixString?

Phone number prefix for messaging (e.g., “+1”)

Returns:

  • (String, nil)


534
# File 'lib/sentdm/models/profile_create_response.rb', line 534

optional :phone_number_prefix, String, nil?: true

#primary_use_caseString?

Primary messaging use case description

Returns:

  • (String, nil)


540
# File 'lib/sentdm/models/profile_create_response.rb', line 540

optional :primary_use_case, String, nil?: true

#verticalSymbol, ...



545
546
547
# File 'lib/sentdm/models/profile_create_response.rb', line 545

optional :vertical,
enum: -> { Sentdm::Models::ProfileCreateResponse::Data::Brand::Compliance::Vertical },
nil?: true

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/sentdm/models/profile_create_response.rb', line 578