This object represents a plan, a plan allows users to obtain points or in general subscribe to your app
DocumentProperty | Type | Description |
---|---|---|
id | Integer | Unique identifier for the object |
name | Text | Name of the plan |
description | Text | Short description of the plan |
price | Number | The price of this plan |
points | Integer | The points which are assigned to the user on purchase |
period | Integer | Whether the plan is one-time or periodically |
externalId | Text | An external id of a remote payment provider like Stripe |
scopes | Text | Scopes which are assigned dynamically to the user on purchase |
metadata | Common_Metadata | Use this parameter to attach key-value data |