Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.21 KB

EmailThirdPartyProvider.md

File metadata and controls

20 lines (16 loc) · 1.21 KB

com.ultracart.admin.v2.Model.EmailThirdPartyProvider

Properties

Name Type Description Notes
ConnectUrl string URL to the settings screen to connect. Null if the provider is already connected. [optional]
ListCount int? list_count [optional]
Lists List<EmailThirdPartyList> lists [optional]
LogoUrl string logo_url [optional]
Name string name [optional]
SupportsAddTags bool? True if this provider can support adding tags [optional]
SupportsListSubscribe bool? True if this provider can support list subscribe [optional]
SupportsListUnsubscribe bool? True if this provider can support list unsubscribe [optional]
SupportsRemoveTags bool? True if this provider can support remove tags [optional]
TagCount int? tag_count [optional]
Tags List<EmailThirdPartyTag> tags [optional]

[Back to Model list] [Back to API list] [Back to README]