Skip to content

Commit 3429d85

Browse files
Update generated code for v1473
1 parent 6278731 commit 3429d85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1472
1+
v1473

lib/stripe/resources/charge.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ class Zip < Stripe::StripeObject; end
11671167
attr_reader :swish
11681168
# Attribute for field twint
11691169
attr_reader :twint
1170-
# The type of transaction-specific details of the payment method used in the payment, one of `ach_credit_transfer`, `ach_debit`, `acss_debit`, `alipay`, `au_becs_debit`, `bancontact`, `card`, `card_present`, `eps`, `giropay`, `ideal`, `klarna`, `multibanco`, `p24`, `sepa_debit`, `sofort`, `stripe_account`, or `wechat`.
1170+
# The type of transaction-specific details of the payment method used in the payment. See [PaymentMethod.type](https://stripe.com/docs/api/payment_methods/object#payment_method_object-type) for the full list of possible types.
11711171
# An additional hash is included on `payment_method_details` with a name matching this value.
11721172
# It contains information specific to the payment method.
11731173
attr_reader :type

rbi/stripe/resources/charge.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ module Stripe
14971497
# Attribute for field twint
14981498
sig { returns(Twint) }
14991499
attr_reader :twint
1500-
# The type of transaction-specific details of the payment method used in the payment, one of `ach_credit_transfer`, `ach_debit`, `acss_debit`, `alipay`, `au_becs_debit`, `bancontact`, `card`, `card_present`, `eps`, `giropay`, `ideal`, `klarna`, `multibanco`, `p24`, `sepa_debit`, `sofort`, `stripe_account`, or `wechat`.
1500+
# The type of transaction-specific details of the payment method used in the payment. See [PaymentMethod.type](https://stripe.com/docs/api/payment_methods/object#payment_method_object-type) for the full list of possible types.
15011501
# An additional hash is included on `payment_method_details` with a name matching this value.
15021502
# It contains information specific to the payment method.
15031503
sig { returns(String) }

0 commit comments

Comments
 (0)