Sha256: d147e95a05f91b45c451a8fba3d92ecab1ec3ad4a0ca0f14495388a2f2126590
Contents?: true
Size: 746 Bytes
Versions: 203
Compression:
Stored size: 746 Bytes
Contents
# UltracartClient::ItemThirdPartyEmailMarketing ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **add_tags** | **Array<String>** | Add tags | [optional] | | **provider_name** | **String** | Provider name | [optional] | | **remove_tags** | **Array<String>** | Remove tags | [optional] | | **subscribe_lists** | **Array<String>** | Subscribe to lists | [optional] | | **unsubscribe_lists** | **Array<String>** | Unsubscribe from lists | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemThirdPartyEmailMarketing.new( add_tags: null, provider_name: null, remove_tags: null, subscribe_lists: null, unsubscribe_lists: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems