Skip to content

Commit

Permalink
Update generated code for v1460
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 23, 2025
1 parent 87f0bd8 commit 9b22704
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1459
v1460
16 changes: 0 additions & 16 deletions stripe/terminal/_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,6 @@ class Tipping(StripeObject):
Related guides: [Payment Methods](https://stripe.com/docs/payments/payment-methods) and [More Payment Scenarios](https://stripe.com/docs/payments/more-payment-scenarios).
"""
stripe_account: Optional[str]
"""
This field will be deprecated. Please use `account` instead.
"""
_inner_class_types = {"collect_config": CollectConfig}

class ConfirmPaymentIntent(StripeObject):
Expand All @@ -262,10 +258,6 @@ class ConfirmPaymentIntent(StripeObject):
"""
Most recent PaymentIntent processed by the reader.
"""
stripe_account: Optional[str]
"""
This field will be deprecated. Please use `account` instead.
"""

class ProcessPaymentIntent(StripeObject):
class ProcessConfig(StripeObject):
Expand Down Expand Up @@ -301,10 +293,6 @@ class Tipping(StripeObject):
"""
Represents a per-transaction override of a reader configuration
"""
stripe_account: Optional[str]
"""
This field will be deprecated. Please use `account` instead.
"""
_inner_class_types = {"process_config": ProcessConfig}

class ProcessSetupIntent(StripeObject):
Expand Down Expand Up @@ -377,10 +365,6 @@ class RefundPaymentConfig(StripeObject):
"""
Boolean indicating whether the transfer should be reversed when refunding this charge. The transfer will be reversed proportionally to the amount being refunded (either the entire or partial amount). A transfer can be reversed only by the application that created the charge.
"""
stripe_account: Optional[str]
"""
This field will be deprecated. Please use `account` instead.
"""
_inner_class_types = {"refund_payment_config": RefundPaymentConfig}

class SetReaderDisplay(StripeObject):
Expand Down

0 comments on commit 9b22704

Please sign in to comment.