StopSellOffersPlansNotificationsListProperties interface
List of stop sell offers and plans notifications.
Properties
| display |
The offer display name |
| icon | The icon url |
| is |
A value indicating whether entire offer is in stop sell or only few of its plans |
| message |
The notification message code |
| offer |
The offer id |
| plans | The list of removed plans notifications |
| public |
True if the offer has public plans |
| subscriptions |
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[]