Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 856 Bytes

File metadata and controls

30 lines (24 loc) · 856 Bytes

Freeclimb::SMSTollFreeCampaign

Properties

Name Type Description Notes
account_id String ID of the account that created this toll-free campaign
campaign_id String Alphanumeric identifier used by the platform to identify this toll-free campaign
use_case String
registration_status SMSTollFreeCampaignRegistrationStatus
date_created String
date_updated String
revision Integer

Example

require 'freeclimb'

instance = Freeclimb::SMSTollFreeCampaign.new(
  account_id: null,
  campaign_id: null,
  use_case: null,
  registration_status: null,
  date_created: null,
  date_updated: null,
  revision: null
)