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
·
17 lines (13 loc) · 1.22 KB

SubscriptionAddOn.md

File metadata and controls

executable file
·
17 lines (13 loc) · 1.22 KB

SubscriptionAddOn

Properties

Name Type Description Notes
handle str Per subscription unique handle for the subscription add-on.
quantity int Quantity of the subscription add-on. Only defined for quantity type add-ons [optional]
amount int Fixed subscription add-on per quantity price. If not defined the subscription add-on uses the add-on price. [optional]
name str Optional name overriding the add-on name. If not defined the add-on name will be used as order line text. [optional]
description str Optional description overriding the add-on description. If not defined the add-on description will be used. [optional]
created datetime Date when the subscription add-on was created. In ISO-8601 extended offset date-time format.
add_on AddOn Add-on for subscription add-on
amount_incl_vat bool If fixed price this parameter tells whether the amount is including VAT [optional]

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