Skip to content

Commit

Permalink
Update generated code for v1416
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 18, 2024
1 parent f544b0d commit 8c48265
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1415
v1416
2 changes: 1 addition & 1 deletion lib/stripe/resources/charge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class Shipping < Stripe::StripeObject
class VerifiedAddress < Stripe::StripeObject
attr_reader :city, :country, :line1, :line2, :postal_code, :state
end
attr_reader :payer_email, :payer_id, :payer_name, :seller_protection, :shipping, :transaction_id, :verified_address, :verified_email, :verified_name
attr_reader :country, :payer_email, :payer_id, :payer_name, :seller_protection, :shipping, :transaction_id, :verified_address, :verified_email, :verified_name
end

class Payto < Stripe::StripeObject
Expand Down
2 changes: 1 addition & 1 deletion lib/stripe/resources/confirmation_token.rb
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class Payco < Stripe::StripeObject; end
class Paynow < Stripe::StripeObject; end

class Paypal < Stripe::StripeObject
attr_reader :fingerprint, :payer_email, :payer_id, :verified_email
attr_reader :country, :fingerprint, :payer_email, :payer_id, :verified_email
end

class Payto < Stripe::StripeObject
Expand Down
2 changes: 1 addition & 1 deletion lib/stripe/resources/payment_method.rb
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class Payco < Stripe::StripeObject; end
class Paynow < Stripe::StripeObject; end

class Paypal < Stripe::StripeObject
attr_reader :fingerprint, :payer_email, :payer_id, :verified_email
attr_reader :country, :fingerprint, :payer_email, :payer_id, :verified_email
end

class Payto < Stripe::StripeObject
Expand Down
2 changes: 2 additions & 0 deletions rbi/stripe/resources/charge.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,8 @@ module Stripe
attr_reader :state
end
sig { returns(T.nilable(String)) }
attr_reader :country
sig { returns(T.nilable(String)) }
attr_reader :payer_email
sig { returns(T.nilable(String)) }
attr_reader :payer_id
Expand Down
2 changes: 2 additions & 0 deletions rbi/stripe/resources/confirmation_token.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,8 @@ module Stripe
class Payco < Stripe::StripeObject; end
class Paynow < Stripe::StripeObject; end
class Paypal < Stripe::StripeObject
sig { returns(T.nilable(String)) }
attr_reader :country
sig { returns(T.nilable(String)) }
attr_reader :fingerprint
sig { returns(T.nilable(String)) }
Expand Down
2 changes: 2 additions & 0 deletions rbi/stripe/resources/payment_method.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ module Stripe
class Payco < Stripe::StripeObject; end
class Paynow < Stripe::StripeObject; end
class Paypal < Stripe::StripeObject
sig { returns(T.nilable(String)) }
attr_reader :country
sig { returns(T.nilable(String)) }
attr_reader :fingerprint
sig { returns(T.nilable(String)) }
Expand Down

0 comments on commit 8c48265

Please # to comment.