Data structure representing the subscription fields of the email.

Constructors

Properties

officeLocationId?: string

ID of the selected office location.

preferencesGroupId?: string
subscriptionId?: string

ID of the subscription.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined
mapping: undefined | {
    [index: string]: string;
} = undefined

Methods