Name | Type | Description | Notes |
---|---|---|---|
plan | str | The handle of the plan to change to | [optional] |
amount | int | Optional custom per quantity plan price. If provided the plan price billed for each billing period will be overridden by this price. | [optional] |
quantity | int | Optional quantity of the plan product for this subscription. If not provided the default is the default plan quantity defined for the plan. | [optional] |
pending | bool | Whether this is a pending change at next renewal, or it has been applied | |
applied | datetime | If defined the change was applied on this date and time | [optional] |
updated | datetime | Date and time of update of pending change | [optional] |
created | datetime | Date when the change was created. In ISO-8601 extended offset date-time format. | |
amount_incl_vat | bool | Whether the optional amount is including VAT. Defaults to true. | [optional] |
subscription_add_ons | list[SubscriptionAddOn] | List of subscription add-ons to create in change | [optional] |
remove_add_ons | list[str] | Subscription add-ons to remove from subscription by subscription add-on handle | [optional] |
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.