Skip to main content

PlanInfo

Available subscription plan with pricing and feature details

type PlanInfo {
priceId: String!
productId: String!
displayName: String!
description: String!
priceAmount: Float!
monthlyDeposit: Float!
features: [String!]!
displayOrder: Int!
yearlyPriceId: String
yearlyPriceAmount: Float
trialDays: Int!
trialEligible: Boolean!
}

Fields

PlanInfo.priceId ● String! non-null scalar

PlanInfo.productId ● String! non-null scalar

PlanInfo.displayName ● String! non-null scalar

PlanInfo.description ● String! non-null scalar

PlanInfo.priceAmount ● Float! non-null scalar

PlanInfo.monthlyDeposit ● Float! non-null scalar

PlanInfo.features ● [String!]! non-null scalar

PlanInfo.displayOrder ● Int! non-null scalar

PlanInfo.yearlyPriceId ● String scalar

PlanInfo.yearlyPriceAmount ● Float scalar

PlanInfo.trialDays ● Int! non-null scalar

PlanInfo.trialEligible ● Boolean! non-null scalar

Returned By

availablePlans query