ExtensionResourcePlan interface
Plan data for an extension resource.
Properties
| name | Name of the plan. |
| product | Product name. |
| promotion |
Optional: the promotion code associated with the plan. |
| publisher | Name of the extension publisher. |
| version | A string that uniquely identifies the plan version. |
Property Details
name
Name of the plan.
name?: string
Property Value
string
product
Product name.
product?: string
Property Value
string
promotionCode
Optional: the promotion code associated with the plan.
promotionCode?: string
Property Value
string
publisher
Name of the extension publisher.
publisher?: string
Property Value
string
version
A string that uniquely identifies the plan version.
version?: string
Property Value
string