PlanFeatures Object
Description
Feature set configuration for a subscription plan.
Declaration
type PlanFeatures {
inventory: PlanFeaturesInventory!
stickers: PlanFeaturesStickers!
support: PlanFeaturesSupport!
campaigns: PlanFeaturesCampaigns!
apiAccess: PlanFeaturesApiAccess!
salesChannels: PlanFeaturesSalesChannels!
}
Fields
| Name | Type | Description |
|---|---|---|
inventory | PlanFeaturesInventory! | Inventory feature configuration. |
stickers | PlanFeaturesStickers! | Stickers feature configuration. |
support | PlanFeaturesSupport! | Support feature configuration. |
campaigns | PlanFeaturesCampaigns! | Email campaigns feature configuration. |
apiAccess | PlanFeaturesApiAccess! | API access feature configuration. |
salesChannels | PlanFeaturesSalesChannels! | Sales channels feature configuration. |