Skip to content

Commit 9ddff6a

Browse files
authored
Releasing v3.16.0 (#108)
1 parent ce0e5d3 commit 9ddff6a

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
### v3.15.0 (2025-12-30)
28
* * *
39

chargebee/models/hosted_page/operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,7 @@ class CheckoutExistingForItemsParams(TypedDict):
783783
change_option: NotRequired[enums.ChangeOption]
784784
changes_scheduled_at: NotRequired[int]
785785
customer: NotRequired["HostedPage.CheckoutExistingForItemsCustomerParams"]
786+
invoice_usages: NotRequired[bool]
786787
entity_identifiers: NotRequired[
787788
List["HostedPage.CheckoutExistingForItemsEntityIdentifierParams"]
788789
]

chargebee/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "3.15.0"
1+
VERSION = "3.16.0"

0 commit comments

Comments
 (0)