A request to change the status of a contact's subscription.

Hierarchy

  • PublicUpdateSubscriptionStatusRequest

Constructors

Properties

emailAddress: string

Contact's email address.

Legal basis for updating the contact's status (required for GDPR enabled portals).

legalBasisExplanation?: string

A more detailed explanation to go with the legal basis (required for GDPR enabled portals).

subscriptionId: string

ID of the subscription being updated for the contact.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

Generated using TypeDoc