We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0e5d3 commit 9ddff6aCopy full SHA for 9ddff6a
3 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### v3.16.0 (2026-01-12)
2
+* * *
3
+
4
+### New Parameters:
5
+* invoice_usages has been added to HostedPage#CheckoutExistingForItemsInputParam.
6
7
### v3.15.0 (2025-12-30)
8
* * *
9
chargebee/models/hosted_page/operations.py
@@ -783,6 +783,7 @@ class CheckoutExistingForItemsParams(TypedDict):
783
change_option: NotRequired[enums.ChangeOption]
784
changes_scheduled_at: NotRequired[int]
785
customer: NotRequired["HostedPage.CheckoutExistingForItemsCustomerParams"]
786
+ invoice_usages: NotRequired[bool]
787
entity_identifiers: NotRequired[
788
List["HostedPage.CheckoutExistingForItemsEntityIdentifierParams"]
789
]
chargebee/version.py
@@ -1 +1 @@
-VERSION = "3.15.0"
+VERSION = "3.16.0"
0 commit comments