SubscriptionInformation (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| addons - [AddonInformation!] | |
| currentProduct - BillingProduct | |
| isManual - Boolean! | |
| planId - String | |
| planName - String | |
| planPriceId - String | |
| planPriceInterval - BillingPriceInterval | 
type SubscriptionInformation {
  addons: [AddonInformation!]
  currentProduct: BillingProduct
  isManual: Boolean!
  planId: String
  planName: String
  planPriceId: String
  planPriceInterval: BillingPriceInterval
}