Skip to content

Commit

Permalink
Update generated code for v1267 (#1394)
Browse files Browse the repository at this point in the history
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Sep 18, 2024
1 parent f6ce6ab commit 6288acd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1266
v1267
6 changes: 5 additions & 1 deletion stripe/treasury/_received_debit.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,11 @@ class RetrieveParams(RequestOptions):
"""
failure_code: Optional[
Literal[
"account_closed", "account_frozen", "insufficient_funds", "other"
"account_closed",
"account_frozen",
"insufficient_funds",
"international_transaction",
"other",
]
]
"""
Expand Down

0 comments on commit 6288acd

Please sign in to comment.