listPlans( )


Lists pricing plans.

The listPlans() function returns a Promise that resolves to a list of up to 100 pricing plans.

Only users with "Manage Pricing Plans" permissions can use this function to list plans.

Method Declaration
Copy
Method Parameters
planIdsArray<string>

IDs of plans to list. You can pass a maximum of 50 IDs. If not specified, all public and hidden plans (based on the options) are listed (up to 50), according to the order displayed in the Dashboard. If non-existent IDs are specified, they are ignored and do not cause errors.


optionsListPlanInfo

Options to use when getting the list of plans.

Returns
Return Type:Promise<Array<Plans>>
Was this helpful?
Yes
No