Sha256: c0e959ff2d4f483bff2c78932e7fd6fb3ab6f5b468e24aded78759c692bd4f97
Contents?: true
Size: 497 Bytes
Versions: 24
Compression:
Stored size: 497 Bytes
Contents
# UltracartClient::CartMarketing ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **advertising_source** | **String** | The advertising source the customer indicated | [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, mailing_list_opt_in: null ) ```
Version data entries
24 entries across 24 versions & 1 rubygems