Class: Sentdm::Models::SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandComplianceInfo

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/sentdm/models/sent_dm_services_endpoints_customer_ap_iv3_contracts_requests_brands_brand_compliance_info.rb

Instance Attribute 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(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

Parameters:

  • brand_relationship (Symbol, Sentdm::Models::TcrBrandRelationship)
  • vertical (Symbol, Sentdm::Models::TcrVertical)
  • destination_countries (Array<Sentdm::Models::DestinationCountry>, nil) (defaults to: nil)

    List of destination countries for messaging

  • expected_messaging_volume (String, nil) (defaults to: nil)

    Expected daily messaging volume

  • is_tcr_application (Boolean, nil) (defaults to: nil)

    Whether this is a TCR (Campaign Registry) application

  • notes (String, nil) (defaults to: nil)

    Additional notes about the business or use case

  • phone_number_prefix (String, nil) (defaults to: nil)

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

  • primary_use_case (String, nil) (defaults to: nil)

    Primary messaging use case description



# File 'lib/sentdm/models/sent_dm_services_endpoints_customer_ap_iv3_contracts_requests_brands_brand_compliance_info.rb', line 55

Instance Attribute Details

#brand_relationshipSymbol, 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_countriesArray<Sentdm::Models::DestinationCountry>?

List of destination countries for messaging

Returns:



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_volumeString?

Expected daily messaging volume

Returns:

  • (String, nil)


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_applicationBoolean?

Whether this is a TCR (Campaign Registry) application

Returns:

  • (Boolean, nil)


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

#notesString?

Additional notes about the business or use case

Returns:

  • (String, nil)


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_prefixString?

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

Returns:

  • (String, nil)


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_caseString?

Primary messaging use case description

Returns:

  • (String, nil)


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

#verticalSymbol, Sentdm::Models::TcrVertical

Returns:



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 }