OBJECT
PlanInfo
link GraphQL Schema definition
- type PlanInfo {
- # An ID associated with a plan.
- String :
- # The display name associated with a plan
- String :
- # The total number of licenses assigned to a plan.
- Int :
- # The number of teams assigned to a plan.
- Int :
- # The number of learner invites associated with a plan
- Int :
- # The date when a plan was created.
- Date :
- # The date when a plan will expire.
- Date :
- # The products associated with a plan.
- Product] : [
- }