Sha256: 5ac19b0a57c5d1739e711b1e49fe4e2dffb641fa522050dc54bb31da21509046
Contents?: true
Size: 507 Bytes
Versions: 196
Compression:
Stored size: 507 Bytes
Contents
# UltracartClient::CustomerEmailListChanges ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **add_to_lists** | **Array<String>** | Add this customer to these email lists | [optional] | | **remove_from_lists** | **Array<String>** | Remove this customer from these email lists | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CustomerEmailListChanges.new( add_to_lists: null, remove_from_lists: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems