Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 946 Bytes

File metadata and controls

17 lines (13 loc) · 946 Bytes

Plan

Properties

Name Type Description Notes
id int Unique ID [optional]
name str The name of the plan [optional]
amount int Cost of the plan per interval [optional]
max_external_accounts int Number of external accounts allowed for this plan. [optional]
max_users int Number of users allowed for this plan. [optional]
max_custom_signatures int Number of Custom Signatures allowed for this plan. [optional]
plan_type str Kind of plan. Valid values are appliance, enterprise, free, stripe [optional]
grandfathered bool Changes to the plan are prohibited if grandfathered is true. [optional]

[Back to Model list] [Back to API list] [Back to README]