Sha256: 94078816658f2bf4d4f3311188329996645bc1356a6a99050f5f37b25dc13ea0
Contents?: true
Size: 663 Bytes
Versions: 196
Compression:
Stored size: 663 Bytes
Contents
# UltracartClient::CustomerPrivacy ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **last_update_dts** | **String** | Last update date | [optional] | | **marketing** | **Boolean** | The customer has opted in to marketing | [optional] | | **preference** | **Boolean** | The customer has opted in to preference tracking | [optional] | | **statistics** | **Boolean** | The customer has opted in to statistics collection | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CustomerPrivacy.new( last_update_dts: null, marketing: null, preference: null, statistics: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems