Class: Sentdm::Models::SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandComplianceInfo
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Sentdm::Models::SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandComplianceInfo
- Defined in:
- lib/sentdm/models/sent_dm_services_endpoints_customer_ap_iv3_contracts_requests_brands_brand_compliance_info.rb
Instance Attribute Summary collapse
- #brand_relationship ⇒ Symbol, Sentdm::Models::TcrBrandRelationship
-
#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, Sentdm::Models::TcrVertical
Instance Method Summary collapse
-
#initialize(brand_relationship:, vertical:, destination_countries: nil, expected_messaging_volume: nil, is_tcr_application: nil, notes: nil, phone_number_prefix: nil, primary_use_case: nil) ⇒ Object
constructor
Compliance and TCR information for brand registration.
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(brand_relationship:, vertical:, destination_countries: nil, expected_messaging_volume: nil, is_tcr_application: nil, notes: nil, phone_number_prefix: nil, primary_use_case: nil) ⇒ Object
Compliance and TCR information for brand registration
|
|
# File 'lib/sentdm/models/sent_dm_services_endpoints_customer_ap_iv3_contracts_requests_brands_brand_compliance_info.rb', line 55
|
Instance Attribute Details
#brand_relationship ⇒ Symbol, Sentdm::Models::TcrBrandRelationship
9 |
# File 'lib/sentdm/models/sent_dm_services_endpoints_customer_ap_iv3_contracts_requests_brands_brand_compliance_info.rb', line 9 required :brand_relationship, enum: -> { Sentdm::TcrBrandRelationship }, api_name: :brandRelationship |
#destination_countries ⇒ Array<Sentdm::Models::DestinationCountry>?
List of destination countries for messaging
20 21 22 23 |
# File 'lib/sentdm/models/sent_dm_services_endpoints_customer_ap_iv3_contracts_requests_brands_brand_compliance_info.rb', line 20 optional :destination_countries, -> { Sentdm::Internal::Type::ArrayOf[Sentdm::DestinationCountry] }, api_name: :destinationCountries, nil?: true |
#expected_messaging_volume ⇒ String?
Expected daily messaging volume
29 |
# File 'lib/sentdm/models/sent_dm_services_endpoints_customer_ap_iv3_contracts_requests_brands_brand_compliance_info.rb', line 29 optional :expected_messaging_volume, String, api_name: :expectedMessagingVolume, nil?: true |
#is_tcr_application ⇒ Boolean?
Whether this is a TCR (Campaign Registry) application
35 |
# File 'lib/sentdm/models/sent_dm_services_endpoints_customer_ap_iv3_contracts_requests_brands_brand_compliance_info.rb', line 35 optional :is_tcr_application, Sentdm::Internal::Type::Boolean, api_name: :isTcrApplication, nil?: true |
#notes ⇒ String?
Additional notes about the business or use case
41 |
# File 'lib/sentdm/models/sent_dm_services_endpoints_customer_ap_iv3_contracts_requests_brands_brand_compliance_info.rb', line 41 optional :notes, String, nil?: true |
#phone_number_prefix ⇒ String?
Phone number prefix for messaging (e.g., “+1”)
47 |
# File 'lib/sentdm/models/sent_dm_services_endpoints_customer_ap_iv3_contracts_requests_brands_brand_compliance_info.rb', line 47 optional :phone_number_prefix, String, api_name: :phoneNumberPrefix, nil?: true |
#primary_use_case ⇒ String?
Primary messaging use case description
53 |
# File 'lib/sentdm/models/sent_dm_services_endpoints_customer_ap_iv3_contracts_requests_brands_brand_compliance_info.rb', line 53 optional :primary_use_case, String, api_name: :primaryUseCase, nil?: true |
#vertical ⇒ Symbol, Sentdm::Models::TcrVertical
14 |
# File 'lib/sentdm/models/sent_dm_services_endpoints_customer_ap_iv3_contracts_requests_brands_brand_compliance_info.rb', line 14 required :vertical, enum: -> { Sentdm::TcrVertical } |