Sha256: 8b73552c667b717c146bdb754fca4c91eb87bf4e47e1b506cef4df50e0fa2947
Contents?: true
Size: 681 Bytes
Versions: 172
Compression:
Stored size: 681 Bytes
Contents
# UltracartClient::OrderMarketing ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **advertising_source** | **String** | Advertising source | [optional] | | **cell_phone_opt_in** | **Boolean** | True if the customer has opted into SMS marketing | [optional] | | **mailing_list** | **Boolean** | True if the customer has opted into mailing list subscription | [optional] | | **referral_code** | **String** | Referral code | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderMarketing.new( advertising_source: null, cell_phone_opt_in: null, mailing_list: null, referral_code: null ) ```
Version data entries
172 entries across 172 versions & 1 rubygems