Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UnsubscribeReason

A type containing information about the reason for an unsubscription

Hierarchy

  • UnsubscribeReason

Index

Constructors

Properties

Constructors

constructor

  • Create a UnsubscribeReason

    Parameters

    • id: number | undefined

      the unsubscribe reason's id

    • reason: string

      the unsubscribe reason's description

    Returns UnsubscribeReason

Properties

Optional id

id: undefined | number

The unsubscribe reason's id

deprecated

since 6.8

This member is deprecated and will be removed in the future.

reason

reason: string

The unsubscribe reason's description

deprecated

since 6.8

This member is deprecated and will be removed in the future.