Share via


StopSellNotifications interface

Stop sell notification details

Properties

displayName

Gets offer display name

icon

Gets or sets the icon url

isEntire

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

messageCode

Gets or sets the notification message id

offerId

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[]

Property Value