Share via


StopSellOffersPlansNotificationsListProperties interface

List of stop sell offers and plans notifications.

Properties

displayName

The offer display name

icon

The icon url

isEntire

A value indicating whether entire offer is in stop sell or only few of its plans

messageCode

The notification message code

offerId

The offer id

plans

The list of removed plans notifications

publicContext

True if the offer has public plans

subscriptionsIds

The subscriptions related to private plans

Property Details

displayName

The offer display name

displayName?: string

Property Value

string

icon

The icon url

icon?: string

Property Value

string

isEntire

A value indicating whether entire offer is in stop sell or only few of its plans

isEntire?: boolean

Property Value

boolean

messageCode

The notification message code

messageCode?: number

Property Value

number

offerId

The offer id

offerId?: string

Property Value

string

plans

The list of removed plans notifications

plans?: PlanNotificationDetails[]

Property Value

publicContext

True if the offer has public plans

publicContext?: boolean

Property Value

boolean

subscriptionsIds

The subscriptions related to private plans

subscriptionsIds?: string[]

Property Value

string[]