Sha256: 87d70cdff7ba023aca35f892294f9c5cd7d35b33cd967617e2dd725f3b016700
Contents?: true
Size: 643 Bytes
Versions: 172
Compression:
Stored size: 643 Bytes
Contents
# UltracartClient::CartMarketing ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **advertising_source** | **String** | The advertising source the customer indicated | [optional] | | **cell_phone_opt_in** | **Boolean** | True if the customer agrees to receiving marketing SMS messages | [optional] | | **mailing_list_opt_in** | **Boolean** | True if the customer agrees to receiving marketing emails | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartMarketing.new( advertising_source: null, cell_phone_opt_in: null, mailing_list_opt_in: null ) ```
Version data entries
172 entries across 172 versions & 1 rubygems