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?
optionalid?:string
Defined in: api/types.gen.ts:930
The provider's own identifier for the list (e.g. a Mailchimp interest ID).
name?
optionalname?:string
Defined in: api/types.gen.ts:934
The human-readable name of the list.
subscribed?
optionalsubscribed?:boolean
Defined in: api/types.gen.ts:938
Whether the member is currently subscribed to this list.