Skip to content

Commit d07f3de

Browse files
Update generated code for v2108 and (#1661)
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 3e0df8b commit d07f3de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

API_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3ccf295957c8cadc88e1463ea3ab4ec683a0314f
1+
07c094f7c1f64823539941252667a6620cc6bb44

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2102
1+
v2108

stripe/_invoice_payment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Payment(StripeObject):
4747
"""
4848
ID of the PaymentRecord associated with this payment when `type` is `payment_record`.
4949
"""
50-
type: Literal["charge", "payment_intent"]
50+
type: Literal["charge", "payment_intent", "payment_record"]
5151
"""
5252
Type of payment object associated with this invoice payment.
5353
"""

0 commit comments

Comments
 (0)