Skip to content

Commit

Permalink
Update generated code for v1110
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jul 2, 2024
1 parent d08a92a commit 48bddd5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1108
v1110
8 changes: 0 additions & 8 deletions stripe/_customer_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ class Features(StripeObject):
When using SetupIntents, directly configure the [`usage`](https://docs.stripe.com/api/setup_intents/object#setup_intent_object-usage) value on SetupIntent creation.
"""
payment_method_update: Literal["disabled", "enabled"]
"""
Controls whether the Payment Element displays the option to update a saved payment method. This parameter defaults to `disabled`.
"""

enabled: bool
"""
Expand Down Expand Up @@ -166,10 +162,6 @@ class CreateParamsComponentsPaymentElementFeatures(TypedDict):
When using SetupIntents, directly configure the [`usage`](https://docs.stripe.com/api/setup_intents/object#setup_intent_object-usage) value on SetupIntent creation.
"""
payment_method_update: NotRequired[Literal["disabled", "enabled"]]
"""
Controls whether the Payment Element displays the option to update a saved payment method. This parameter defaults to `disabled`.
"""

class CreateParamsComponentsPricingTable(TypedDict):
enabled: bool
Expand Down
4 changes: 0 additions & 4 deletions stripe/_customer_session_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ class CreateParamsComponentsPaymentElementFeatures(TypedDict):
When using SetupIntents, directly configure the [`usage`](https://docs.stripe.com/api/setup_intents/object#setup_intent_object-usage) value on SetupIntent creation.
"""
payment_method_update: NotRequired[Literal["disabled", "enabled"]]
"""
Controls whether the Payment Element displays the option to update a saved payment method. This parameter defaults to `disabled`.
"""

class CreateParamsComponentsPricingTable(TypedDict):
enabled: bool
Expand Down

0 comments on commit 48bddd5

Please sign in to comment.