Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
21 lines (17 loc) · 1.5 KB

AddOn.md

File metadata and controls

executable file
·
21 lines (17 loc) · 1.5 KB

AddOn

Properties

Name Type Description Notes
name str Name of add-on. Will be used as order line text.
description str 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 str Per account unique handle for the add-on
type str Add-on type `on_off` or `quantity`. An `on_off` type cannot be given a quantity when attached to subscription. For `quantity` type it is possible.
state str 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 list[str] If not `all_plans` are set to true, then the set of eligible plan handles must be defined. [optional]

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