Backend_PlanUpdate

struct

Payload for updating an existing plan definition

Property Type Description
INHERITED FROM Backend_Plan
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