Class: Sentdm::Models::ProfileRetrieveResponse::Data::Brand::Compliance
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Sentdm::Models::ProfileRetrieveResponse::Data::Brand::Compliance
- Defined in:
- lib/sentdm/models/profile_retrieve_response.rb
Overview
Defined Under Namespace
Modules: BrandRelationship, Vertical Classes: DestinationCountry
Instance Attribute Summary collapse
- #brand_relationship ⇒ Symbol, ...
-
#destination_countries ⇒ Array<Sentdm::Models::ProfileRetrieveResponse::Data::Brand::Compliance::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, ...
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(id: nil, is_main: nil) ⇒ Object constructor
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
|
|
# File 'lib/sentdm/models/profile_retrieve_response.rb', line 551
|
Instance Attribute Details
#brand_relationship ⇒ Symbol, ...
503 504 505 |
# File 'lib/sentdm/models/profile_retrieve_response.rb', line 503 optional :brand_relationship, enum: -> { Sentdm::Models::ProfileRetrieveResponse::Data::Brand::Compliance::BrandRelationship }, nil?: true |
#destination_countries ⇒ Array<Sentdm::Models::ProfileRetrieveResponse::Data::Brand::Compliance::DestinationCountry>?
List of destination countries for messaging
511 512 |
# File 'lib/sentdm/models/profile_retrieve_response.rb', line 511 optional :destination_countries, -> { Sentdm::Internal::Type::ArrayOf[Sentdm::Models::ProfileRetrieveResponse::Data::Brand::Compliance::DestinationCountry] } |
#expected_messaging_volume ⇒ String?
Expected daily messaging volume
518 |
# File 'lib/sentdm/models/profile_retrieve_response.rb', line 518 optional :expected_messaging_volume, String, nil?: true |
#is_tcr_application ⇒ Boolean?
Whether this is a TCR (Campaign Registry) application
524 |
# File 'lib/sentdm/models/profile_retrieve_response.rb', line 524 optional :is_tcr_application, Sentdm::Internal::Type::Boolean |
#notes ⇒ String?
Additional notes about the business or use case
530 |
# File 'lib/sentdm/models/profile_retrieve_response.rb', line 530 optional :notes, String, nil?: true |
#phone_number_prefix ⇒ String?
Phone number prefix for messaging (e.g., “+1”)
536 |
# File 'lib/sentdm/models/profile_retrieve_response.rb', line 536 optional :phone_number_prefix, String, nil?: true |
#primary_use_case ⇒ String?
Primary messaging use case description
542 |
# File 'lib/sentdm/models/profile_retrieve_response.rb', line 542 optional :primary_use_case, String, nil?: true |
#vertical ⇒ Symbol, ...
547 548 549 |
# File 'lib/sentdm/models/profile_retrieve_response.rb', line 547 optional :vertical, enum: -> { Sentdm::Models::ProfileRetrieveResponse::Data::Brand::Compliance::Vertical }, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/sentdm/models/profile_retrieve_response.rb', line 580
|