Skip to content

StripePlan

A discount from stripe as object

Fields

amount · String · The amount in cents to be charged on the interval specified
annual_cost · String · The annual cost of the plan
description · String · The description of the plan
id · String! · required · The unique identifier of the plan
interval · String · The interval when the plan is charged

Used By

Definition

"""
A discount from stripe as object
"""
type StripePlan {
"""
The amount in cents to be charged on the interval specified
"""
amount: String
"""
The annual cost of the plan
"""
annual_cost: String
"""
The description of the plan
"""
description: String
"""
The unique identifier of the plan
"""
id: String!
"""
The interval when the plan is charged
"""
interval: String
}