Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 646 Bytes

File metadata and controls

22 lines (16 loc) · 646 Bytes

SunshineConversationsClient::ReferralDetails

Properties

Name Type Description Notes
source String The source of the referral - MESSENGER_CODE, ADS etc… [optional]
type String The type of referral, typically OPEN-THREAD. [optional]
ad_id String If the referral came from an ad, this field will be present with the ad’s Id. [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ReferralDetails.new(
  source: MESSENGER_CODE,
  type: OPEN-THREAD,
  ad_id: 4216212847577
)