SunshineConversationsClient::Referral
August 27, 2025 · View on GitHub
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
)