| Name | Type | Description | Notes |
|---|---|---|---|
| code | String | The referral’s identifier. | [optional] |
| details | ReferralDetails | [optional] |
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::Referral.new(
code: null,
details: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| code | String | The referral’s identifier. | [optional] |
| details | ReferralDetails | [optional] |
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::Referral.new(
code: null,
details: null
)