RequestApprovalsDetails interface
Request approvals details
Properties
| display |
Gets offer display name |
| icon | Gets or sets the icon url |
| message |
Gets or sets the notification message id |
| offer |
Gets offer id |
| plans | Gets or sets removed plans notifications |
| publisher |
Gets or sets publisher id |
Property Details
displayName
Gets offer display name
displayName?: string
Property Value
string
icon
Gets or sets the icon url
icon?: string
Property Value
string
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
publisherId
Gets or sets publisher id
publisherId?: string
Property Value
string