Skip to content

Commit

Permalink
Update generated code for v1046
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed May 22, 2024
1 parent 43b44bf commit 471fb21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1045
v1046
4 changes: 4 additions & 0 deletions stripe/checkout/_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,10 @@ class SavedPaymentMethodOptions(StripeObject):
"""
Uses the `allow_redisplay` value of each saved payment method to filter the set presented to a returning customer. By default, only saved payment methods with 'allow_redisplay: ‘always' are shown in Checkout.
"""
payment_method_remove: Optional[Literal["disabled", "enabled"]]
"""
Enable customers to choose if they wish to remove their saved payment methods. Disabled by default.
"""
payment_method_save: Optional[Literal["disabled", "enabled"]]
"""
Enable customers to choose if they wish to save their payment method for future use. Disabled by default.
Expand Down

0 comments on commit 471fb21

Please sign in to comment.