StopSellNotifications interface
Stop sell notification details
Properties
| display |
Gets offer display name |
| icon | Gets or sets the icon url |
| is |
Gets a value indicating whether entire offer is in stop sell or only few of its plans |
| message |
Gets or sets the notification message id |
| offer |
Gets offer id |
| plans | Gets or sets removed plans notifications |
Property Details
displayName
Gets offer display name
displayName?: string
Property Value
string
icon
Gets or sets the icon url
icon?: string
Property Value
string
isEntire
Gets a value indicating whether entire offer is in stop sell or only few of its plans
isEntire?: boolean
Property Value
boolean
messageCode
Gets or sets the notification message id
messageCode?: number
Property Value
number
offerId
Gets offer id
offerId?: string
Property Value
string
plans
Gets or sets removed plans notifications
plans?: PlanNotificationDetails[]