OBJECT

StripePlan

A discount from stripe as object

link GraphQL Schema definition

  • 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
  • }