Class: Sentdm::Models::ProfileDetail::Brand::Compliance
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Sentdm::Models::ProfileDetail::Brand::Compliance
- Defined in:
- lib/sentdm/models/profile_detail.rb
Overview
Instance Attribute Summary collapse
- #brand_relationship ⇒ Symbol, ...
-
#destination_countries ⇒ Array<Sentdm::Models::DestinationCountry>?
List of destination countries for messaging.
-
#expected_messaging_volume ⇒ String?
Expected daily messaging volume.
-
#is_tcr_application ⇒ Boolean?
Whether this is a TCR (Campaign Registry) application.
-
#notes ⇒ String?
Additional notes about the business or use case.
-
#phone_number_prefix ⇒ String?
Phone number prefix for messaging (e.g., “+1”).
-
#primary_use_case ⇒ String?
Primary messaging use case description.
- #vertical ⇒ Symbol, ...
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_relationship ⇒ Symbol, ...
461 |
# File 'lib/sentdm/models/profile_detail.rb', line 461 optional :brand_relationship, enum: -> { Sentdm::TcrBrandRelationship }, nil?: true |
#destination_countries ⇒ Array<Sentdm::Models::DestinationCountry>?
List of destination countries for messaging
467 |
# File 'lib/sentdm/models/profile_detail.rb', line 467 optional :destination_countries, -> { Sentdm::Internal::Type::ArrayOf[Sentdm::DestinationCountry] } |
#expected_messaging_volume ⇒ String?
Expected daily messaging volume
473 |
# File 'lib/sentdm/models/profile_detail.rb', line 473 optional :expected_messaging_volume, String, nil?: true |
#is_tcr_application ⇒ Boolean?
Whether this is a TCR (Campaign Registry) application
479 |
# File 'lib/sentdm/models/profile_detail.rb', line 479 optional :is_tcr_application, Sentdm::Internal::Type::Boolean |
#notes ⇒ String?
Additional notes about the business or use case
485 |
# File 'lib/sentdm/models/profile_detail.rb', line 485 optional :notes, String, nil?: true |
#phone_number_prefix ⇒ String?
Phone number prefix for messaging (e.g., “+1”)
491 |
# File 'lib/sentdm/models/profile_detail.rb', line 491 optional :phone_number_prefix, String, nil?: true |
#primary_use_case ⇒ String?
Primary messaging use case description
497 |
# File 'lib/sentdm/models/profile_detail.rb', line 497 optional :primary_use_case, String, nil?: true |
#vertical ⇒ Symbol, ...
502 |
# File 'lib/sentdm/models/profile_detail.rb', line 502 optional :vertical, enum: -> { Sentdm::TcrVertical }, nil?: true |