MemberMailinglistDto

Type Alias: MemberMailinglistDto

[object Object]

Defined in: api/types.gen.ts:926

Represents a mailing list together with whether a specific member is currently subscribed to it.

Properties

id?

optional id?: string

Defined in: api/types.gen.ts:930

The provider's own identifier for the list (e.g. a Mailchimp interest ID).


name?

optional name?: string

Defined in: api/types.gen.ts:934

The human-readable name of the list.


subscribed?

optional subscribed?: boolean

Defined in: api/types.gen.ts:938

Whether the member is currently subscribed to this list.

On this page