Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.64 KB

File metadata and controls

32 lines (26 loc) · 1.64 KB

Zernio::StartSmsRegistrationRequest

Properties

Name Type Description Notes
registration_type String
phone_numbers Array<String> Your numbers this registration covers. When omitted or empty on a 10DLC registration, defaults to your active SMS-enabled US local numbers not already covered by another registration. [optional]
brand StartSmsRegistrationRequestBrand [optional]
campaign StartSmsRegistrationRequestCampaign [optional]
messaging_brand_name String DBA / trade name used to brand message content (samples and auto-replies) when it differs from the legal name, e.g. a sole proprietor texting under a business name. The legal `brand.displayName` is still what the carrier vets. [optional]
wizard_values Hash<String, String> Raw dashboard-wizard answers, stored only to prefill edit-and-resubmit. API integrators can omit. [optional]
resubmit_request_id String Resubmit a registration that was returned for changes — updates it in place instead of creating a new one. [optional]
toll_free StartSmsRegistrationRequestTollFree [optional]

Example

require 'zernio-sdk'

instance = Zernio::StartSmsRegistrationRequest.new(
  registration_type: null,
  phone_numbers: null,
  brand: null,
  campaign: null,
  messaging_brand_name: null,
  wizard_values: null,
  resubmit_request_id: null,
  toll_free: null
)