Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 431 Bytes

File metadata and controls

20 lines (14 loc) · 431 Bytes

SunshineConversationsClient::Referral

Properties

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

Example

require 'sunshine-conversations-client'

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