/* 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 ContactCreateOrUpdateResponse */ export interface ContactCreateOrUpdateResponse { /** * The unique identifier for the contact that the V3 API created or updated. * @type {string} * @memberof ContactCreateOrUpdateResponse */ 'contact_id'?: string; /** * Identifies if the V3 API created a new contact or updated an existing contact. * @type {string} * @memberof ContactCreateOrUpdateResponse */ 'action'?: string; }