Package version:

InterfaceProductFeatureUpdate

Product Feature

interface ProductFeatureUpdate {
    name?: string;
    subscriptionStatus?: string;
}

Properties

name?: string

Product feature name.

subscriptionStatus?: string

Indicates the new status of the product feature.