OrganizationBillingPlan
No description
type OrganizationBillingPlan {
name: String!
description: String!
url: String!
seats: Int!
price: Int!
frequency: OrganizationBillingFrequency!
}
Fields
OrganizationBillingPlan.name
● String!
non-null scalar
The name of the plan.
OrganizationBillingPlan.description
● String!
non-null scalar
The description of the plan.
OrganizationBillingPlan.url
● String!
non-null scalar
The URL to pay for the plan.
OrganizationBillingPlan.seats
● Int!
non-null scalar
The number of seats in the plan.
OrganizationBillingPlan.price
● Int!
non-null scalar
The price of the plan in cents.
OrganizationBillingPlan.frequency
● OrganizationBillingFrequency!
non-null enum
The frequency at which the organization is billed.
Member Of
OrganizationBilling
object