Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 474 Bytes

Referral.md

File metadata and controls

19 lines (12 loc) · 474 Bytes

SunshineConversationsClient::Referral

Properties

Name Type Description Notes
code String The referral’s identifier. [optional]
details ReferralDetails [optional]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::Referral.new(code: null,
                                 details: null)