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. |
|
state | string | Add-on state active or deleted . |
|
deleted | \DateTime | Date when the add-on was deleted if deleted. In ISO-8601 extended offset date-time format. | [optional] |
created | \DateTime | Date when the add-on was created. In ISO-8601 extended offset date-time format. | |
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] |