Sha256: f3ef56f379f06b8c133ab05b1056e1cdedc92fef48f89cfe08c62efb366d438c
Contents?: true
Size: 1.43 KB
Versions: 196
Compression:
Stored size: 1.43 KB
Contents
# UltracartClient::EmailThirdPartyProvider ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **connect_url** | **String** | URL to the settings screen to connect. Null if the provider is already connected. | [optional] | | **list_count** | **Integer** | list_count | [optional] | | **lists** | [**Array<EmailThirdPartyList>**](EmailThirdPartyList.md) | lists | [optional] | | **logo_url** | **String** | logo_url | [optional] | | **name** | **String** | name | [optional] | | **supports_add_tags** | **Boolean** | True if this provider can support adding tags | [optional] | | **supports_list_subscribe** | **Boolean** | True if this provider can support list subscribe | [optional] | | **supports_list_unsubscribe** | **Boolean** | True if this provider can support list unsubscribe | [optional] | | **supports_remove_tags** | **Boolean** | True if this provider can support remove tags | [optional] | | **tag_count** | **Integer** | tag_count | [optional] | | **tags** | [**Array<EmailThirdPartyTag>**](EmailThirdPartyTag.md) | tags | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::EmailThirdPartyProvider.new( connect_url: null, list_count: null, lists: null, logo_url: null, name: null, supports_add_tags: null, supports_list_subscribe: null, supports_list_unsubscribe: null, supports_remove_tags: null, tag_count: null, tags: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems