BillingProduct (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| app - App | |
| appId - String | |
| categories - [String!]! | |
| description - String | |
| downgradable - Boolean! | |
| features - [String!]! | |
| hubContent - HubContent | |
| hubContentId - String | |
| id - String! | |
| imageUrls - [String!]! | |
| isEnterprise - Boolean! | |
| name - String! | |
| order - Float | |
| popular - Boolean! | |
| prices - [BillingPrice!]! | |
| public - Boolean! | |
| purchasable - Boolean! | |
| purchaseLimit - Float | |
| requiredPlanOrder - Float | 
type BillingProduct {
  app: App
  appId: String
  categories: [String!]!
  description: String
  downgradable: Boolean!
  features: [String!]!
  hubContent: HubContent
  hubContentId: String
  id: String!
  imageUrls: [String!]!
  isEnterprise: Boolean!
  name: String!
  order: Float
  popular: Boolean!
  prices: [BillingPrice!]!
  public: Boolean!
  purchasable: Boolean!
  purchaseLimit: Float
  requiredPlanOrder: Float
}