| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | Name of add-on. Will be used as order line text. | |
| description | string | Optional description of add-on | [optional] |
| amount | int | Add-on amount | |
| vat | float | Optional vat for add-on. Account default is used if none given. | [optional] |
| handle | string | Per account unique handle for the add-on | |
| type | string | Add-on type on_off or quantity. An on_off type cannot be given a quantity when attached to subscription. Fo quantity type it is possible. |
|
| amount_incl_vat | bool | Whether the amount is including VAT. Default true. | [optional] |
| all_plans | bool | Whether all plans are eligible for this add-on. Defaults to false. | [optional] |
| eligible_plans | string[] | If not all_plans are set to true, then the set of eligible plan handles must be defined. |
[optional] |