PlanDetails interface
Return plan with request details
Properties
| justification | Gets or sets user's justification for the plan's request |
| plan |
Gets or sets Plan Id |
| request |
Gets request date |
| status | Gets the plan status |
| subscription |
Gets or sets the subscription id that the user is requesting to add the plan to |
| subscription |
Gets or sets the subscription name that the user is requesting to add the plan to |
Property Details
justification
Gets or sets user's justification for the plan's request
justification?: string
Property Value
string
planId
Gets or sets Plan Id
planId?: string
Property Value
string
requestDate
Gets request date
requestDate?: any
Property Value
any
status
Gets the plan status
status?: string
Property Value
string
subscriptionId
Gets or sets the subscription id that the user is requesting to add the plan to
subscriptionId?: string
Property Value
string
subscriptionName
Gets or sets the subscription name that the user is requesting to add the plan to
subscriptionName?: string
Property Value
string