| 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] |