Table of Contents

TTMSFNCCloudMailChimpSubscriberListContact Class

Stores the contact address and phone details for a subscriber list.

API unit family: TMSFNCCloudMailChimp.Marketing Inherits from: TPersistent

Syntax

TTMSFNCCloudMailChimpSubscriberListContact = class(TPersistent)

Properties

Name Description
Address1 Gets or sets the first street-address line for the subscriber list contact.
Address2 Gets or sets the second street-address line for the subscriber list contact.
City Gets or sets the city for the subscriber list contact.
Company Gets or sets the company name associated with the subscriber list contact.
Country Gets or sets the country for the subscriber list contact.
Phone Gets or sets the phone number for the subscriber list contact.
State Gets or sets the state, province, or region for the subscriber list contact.
Zip Gets or sets the postal or ZIP code for the subscriber list contact.

Methods

Name Description
FromJSON Loads the contact fields from a JSON value returned by the service.
ToJSON Serializes the contact fields to a JSON string.