OBJECT
ServicePlan
A service plan represents a level of functionality and service associated with a CodeSignal product.
link GraphQL Schema definition
1 type ServicePlan { 2 3 : ID 4 5 : Product 6 7 : String 8 9 : PlanType 10 11 : PlanBillingPeriod @deprecated( reason: "Billing information is no longer stored on a service plan." ) 12 13 : Int @deprecated( reason: "Billing information is no longer stored on a service plan." ) 14 15 : String 16 17 : CompanyFeatures 18 19 : String @deprecated( reason: "Stripe payment is no longer supported." ) 20 21 }