Backend_Plan

struct

This object represents a plan, a plan allows users to obtain points or in general subscribe to your app

Property Type Description
kind String Uniquely identifies the object schema type
id Integer Unique identifier for the object
name String Name of the plan
description String 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 String An external id of a remote payment provider like Stripe
scopes
ArrayString
Scopes which are assigned dynamically to the user on purchase
metadata Common_Metadata Use this parameter to attach key-value data
part of the Apioo-Project