OBJECT
CompanyPlan
A company plan is a grouping of information about a company's service plan and billing periods for that plan.
link GraphQL Schema definition
1 type CompanyPlan { 2 3 # - Cost complexity: 1 4 : ServicePlan 5 6 : Timestamp 7 8 : Timestamp 9 10 # - Cost complexity: 1 11 : ServicePlan 12 13 # - Cost complexity: 1 14 : Invoice @deprecated( reason: "In-app payment plan no longer supported." ) 15 16 # - Cost complexity: 1 17 : CreditCard @deprecated( reason: "In-app payment plan no longer supported." ) 18 19 }