Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Plan

Interface describing existing plans

Hierarchy

Index

Properties

Optional created_at

created_at: Date

Optional features

features: PlanFeature[]

Undocumented feature

Optional id

id: undefined | string

Optional identifier

identifier: undefined | string

Plan identifier. Required on creation.

Optional interval

interval: undefined | number

How many interval_type will occur before a new charge. Required on creation.

Optional interval_type

interval_type: "weeks" | "months"

The unit for charges. Valid values are 'weeks' and 'months'. Required on creation.

Optional name

name: undefined | string

Plan name. Required on creation.

Optional prices

prices: PlanPrice[]

The several prices for this plan

Optional updated_at

updated_at: Date

Generated using TypeDoc