Skip to content

Commit 9d0cbf6

Browse files
Update generated code for v2323 and f239adb51212b8dd4e5202b448d71ca4955fe9f9
1 parent a381edb commit 9d0cbf6

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CODEGEN_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ed24339642d76128f1cf24d3fe7afef73a840e11
1+
f239adb51212b8dd4e5202b448d71ca4955fe9f9

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2322
1+
v2323

stripe/_api_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
# File generated from our OpenAPI spec
33
class _ApiVersion:
4-
CURRENT = "2026-06-10.preview"
4+
CURRENT = "2026-06-24.preview"

stripe/checkout/_session.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,10 @@ class Wallet(StripeObject):
582582
The type of the wallet, one of `amex_express_checkout`, `apple_pay`, `google_pay`, `masterpass`, `samsung_pay`, `visa_checkout`, `meta_pay`, or `link`.
583583
"""
584584

585+
brand: str
586+
"""
587+
The brand of the card, accounting for customer's brand choice on dual-branded cards.
588+
"""
585589
country: Optional[str]
586590
"""
587591
Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.

0 commit comments

Comments
 (0)