UpgradeNotification interface
Properties of upgrade notification.
Properties
name | Name of upgrade notification. NOTE: This property will not be serialized. It can only be populated by the server. |
timestamp | Timestamp when upgrade notification occurred. NOTE: This property will not be serialized. It can only be populated by the server. |
upsell |
Details about this upgrade notification NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
name
Name of upgrade notification. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
timestamp
Timestamp when upgrade notification occurred. NOTE: This property will not be serialized. It can only be populated by the server.
timestamp?: Date
Property Value
Date
upsellNotification
Details about this upgrade notification NOTE: This property will not be serialized. It can only be populated by the server.
upsellNotification?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}