Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.71 KB

MergeField.md

File metadata and controls

24 lines (18 loc) · 1.71 KB

# MergeField

A merge field for an audience.

Properties

Name Type Description Notes
MergeId int32 An unchanging id for the merge field. [optional] [readonly]
Tag string The merge tag used for Mailchimp campaigns and adding contact information. [optional]
Name string The name of the merge field (audience field). [optional]
Type string The type for the merge field. for more information please, see Model/string.php [optional] [readonly]
Required bool The boolean value if the merge field is required. [optional]
DefaultValue string The default value for the merge field if `null`. [optional]
Public bool Whether the merge field is displayed on the signup form. [optional]
DisplayOrder int32 The order that the merge field displays on the list signup form. [optional]
Options MergeFieldOptions [optional]
HelpText string Extra text to help the subscriber fill out the form. [optional]
ListId string The ID that identifies this merge field's audience'. [optional] [readonly]
Links []ResourceLink A list of link types and descriptions for the API schema documents. [optional] [readonly]

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