Class: Sentdm::Models::ProfileDetail::Brand::Compliance

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

Overview

See Also:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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

This class inherits a constructor from Sentdm::Internal::Type::BaseModel

Instance Attribute Details

#brand_relationshipSymbol, ...

Returns:



461
# File 'lib/sentdm/models/profile_detail.rb', line 461

optional :brand_relationship, enum: -> { Sentdm::TcrBrandRelationship }, nil?: true

#destination_countriesArray<Sentdm::Models::DestinationCountry>?

List of destination countries for messaging

Returns:



467
# File 'lib/sentdm/models/profile_detail.rb', line 467

optional :destination_countries, -> { Sentdm::Internal::Type::ArrayOf[Sentdm::DestinationCountry] }

#expected_messaging_volumeString?

Expected daily messaging volume

Returns:

  • (String, nil)


473
# File 'lib/sentdm/models/profile_detail.rb', line 473

optional :expected_messaging_volume, String, nil?: true

#is_tcr_applicationBoolean?

Whether this is a TCR (Campaign Registry) application

Returns:

  • (Boolean, nil)


479
# File 'lib/sentdm/models/profile_detail.rb', line 479

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

#notesString?

Additional notes about the business or use case

Returns:

  • (String, nil)


485
# File 'lib/sentdm/models/profile_detail.rb', line 485

optional :notes, String, nil?: true

#phone_number_prefixString?

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

Returns:

  • (String, nil)


491
# File 'lib/sentdm/models/profile_detail.rb', line 491

optional :phone_number_prefix, String, nil?: true

#primary_use_caseString?

Primary messaging use case description

Returns:

  • (String, nil)


497
# File 'lib/sentdm/models/profile_detail.rb', line 497

optional :primary_use_case, String, nil?: true

#verticalSymbol, ...

Returns:



502
# File 'lib/sentdm/models/profile_detail.rb', line 502

optional :vertical, enum: -> { Sentdm::TcrVertical }, nil?: true