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

Version Path
klaviyo-api-sdk-12.0.0 docs/HasSMSMarketingConsent.md
klaviyo-api-sdk-11.1.0 docs/HasSMSMarketingConsent.md
klaviyo-api-sdk-11.0.0 docs/HasSMSMarketingConsent.md
klaviyo-api-sdk-10.0.0 docs/HasSMSMarketingConsent.md
klaviyo-api-sdk-9.0.0 docs/HasSMSMarketingConsent.md
klaviyo-api-sdk-8.0.0 docs/HasSMSMarketingConsent.md
klaviyo-api-sdk-7.1.0 docs/HasSMSMarketingConsent.md