Sha256: 59abd9220841ab77724efbf2d2851c1876e1399b436e4d50e862e221c5ac8b52
Contents?: true
Size: 499 Bytes
Versions: 7
Compression:
Stored size: 499 Bytes
Contents
# KlaviyoAPI::HasSMSMarketingConsent ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **channel** | [**SmsEnum**](SmsEnum.md) | | | | **can_receive_marketing** | **Boolean** | | | | **consent_status** | [**HasSMSMarketingSubscribed**](HasSMSMarketingSubscribed.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::HasSMSMarketingConsent.new( channel: null, can_receive_marketing: null, consent_status: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems