/* tslint:disable */ /* eslint-disable */ /** * Constant Contact API v3 * Swagger build version 3.0.2475 * * The version of the OpenAPI document: 1.0.116 * Contact: webservices@constantcontact.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface CrossReference */ export interface CrossReference { /** * Identifies an email campaign in the V2 API. * @type {string} * @memberof CrossReference */ 'v2_email_campaign_id'?: string; /** *

Identifies a campaign in the V3 API. In the V3 API, each campaign contains one or more activities. For more information, see V3 Email Campaign Resource Changes.

* @type {string} * @memberof CrossReference */ 'campaign_id'?: string; /** *

Identifies a campaign activity in the V3 API. In the V3 API, each campaign contains one or more activities. Email type activities represent the detailed information in an email and contain properties like from_email and from_name. For more information, see V3 Campaign Resource Changes.

* @type {string} * @memberof CrossReference */ 'campaign_activity_id'?: string; }