Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2023
v2025
28 changes: 0 additions & 28 deletions lib/stripe/resources/account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ class Capabilities < Stripe::StripeObject
attr_reader :payco_payments
# The status of the paynow payments capability of the account, or whether the account can directly process paynow charges.
attr_reader :paynow_payments
# The status of the Paypay capability of the account, or whether the account can directly process Paypay payments.
attr_reader :paypay_payments
# The status of the pix payments capability of the account, or whether the account can directly process pix charges.
attr_reader :pix_payments
# The status of the promptpay payments capability of the account, or whether the account can directly process promptpay charges.
Expand Down Expand Up @@ -1491,15 +1489,6 @@ def initialize(requested: nil)
end
end

class PaypayPayments < Stripe::RequestParams
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
attr_accessor :requested

def initialize(requested: nil)
@requested = requested
end
end

class PixPayments < Stripe::RequestParams
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
attr_accessor :requested
Expand Down Expand Up @@ -1738,8 +1727,6 @@ def initialize(requested: nil)
attr_accessor :payco_payments
# The paynow_payments capability.
attr_accessor :paynow_payments
# The paypay_payments capability.
attr_accessor :paypay_payments
# The pix_payments capability.
attr_accessor :pix_payments
# The promptpay_payments capability.
Expand Down Expand Up @@ -1819,7 +1806,6 @@ def initialize(
pay_by_bank_payments: nil,
payco_payments: nil,
paynow_payments: nil,
paypay_payments: nil,
pix_payments: nil,
promptpay_payments: nil,
revolut_pay_payments: nil,
Expand Down Expand Up @@ -1881,7 +1867,6 @@ def initialize(
@pay_by_bank_payments = pay_by_bank_payments
@payco_payments = payco_payments
@paynow_payments = paynow_payments
@paypay_payments = paypay_payments
@pix_payments = pix_payments
@promptpay_payments = promptpay_payments
@revolut_pay_payments = revolut_pay_payments
Expand Down Expand Up @@ -3568,15 +3553,6 @@ def initialize(requested: nil)
end
end

class PaypayPayments < Stripe::RequestParams
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
attr_accessor :requested

def initialize(requested: nil)
@requested = requested
end
end

class PixPayments < Stripe::RequestParams
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
attr_accessor :requested
Expand Down Expand Up @@ -3815,8 +3791,6 @@ def initialize(requested: nil)
attr_accessor :payco_payments
# The paynow_payments capability.
attr_accessor :paynow_payments
# The paypay_payments capability.
attr_accessor :paypay_payments
# The pix_payments capability.
attr_accessor :pix_payments
# The promptpay_payments capability.
Expand Down Expand Up @@ -3896,7 +3870,6 @@ def initialize(
pay_by_bank_payments: nil,
payco_payments: nil,
paynow_payments: nil,
paypay_payments: nil,
pix_payments: nil,
promptpay_payments: nil,
revolut_pay_payments: nil,
Expand Down Expand Up @@ -3958,7 +3931,6 @@ def initialize(
@pay_by_bank_payments = pay_by_bank_payments
@payco_payments = payco_payments
@paynow_payments = paynow_payments
@paypay_payments = paypay_payments
@pix_payments = pix_payments
@promptpay_payments = promptpay_payments
@revolut_pay_payments = revolut_pay_payments
Expand Down
13 changes: 0 additions & 13 deletions lib/stripe/resources/charge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1571,16 +1571,6 @@ def self.field_remappings
end
end

class Paypay < Stripe::StripeObject
def self.inner_class_types
@inner_class_types = {}
end

def self.field_remappings
@field_remappings = {}
end
end

class Pix < Stripe::StripeObject
# Unique transaction id generated by BCB
attr_reader :bank_transaction_id
Expand Down Expand Up @@ -1941,8 +1931,6 @@ def self.field_remappings
attr_reader :paynow
# Attribute for field paypal
attr_reader :paypal
# Attribute for field paypay
attr_reader :paypay
# Attribute for field pix
attr_reader :pix
# Attribute for field promptpay
Expand Down Expand Up @@ -2021,7 +2009,6 @@ def self.inner_class_types
payco: Payco,
paynow: Paynow,
paypal: Paypal,
paypay: Paypay,
pix: Pix,
promptpay: Promptpay,
revolut_pay: RevolutPay,
Expand Down
18 changes: 0 additions & 18 deletions lib/stripe/resources/confirmation_token.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1230,16 +1230,6 @@ def self.field_remappings
end
end

class Paypay < Stripe::StripeObject
def self.inner_class_types
@inner_class_types = {}
end

def self.field_remappings
@field_remappings = {}
end
end

class Pix < Stripe::StripeObject
def self.inner_class_types
@inner_class_types = {}
Expand Down Expand Up @@ -1533,8 +1523,6 @@ def self.field_remappings
attr_reader :paynow
# Attribute for field paypal
attr_reader :paypal
# Attribute for field paypay
attr_reader :paypay
# Attribute for field pix
attr_reader :pix
# Attribute for field promptpay
Expand Down Expand Up @@ -1604,7 +1592,6 @@ def self.inner_class_types
payco: Payco,
paynow: Paynow,
paypal: Paypal,
paypay: Paypay,
pix: Pix,
promptpay: Promptpay,
revolut_pay: RevolutPay,
Expand Down Expand Up @@ -1901,7 +1888,6 @@ class PayByBank < Stripe::RequestParams; end
class Payco < Stripe::RequestParams; end
class Paynow < Stripe::RequestParams; end
class Paypal < Stripe::RequestParams; end
class Paypay < Stripe::RequestParams; end
class Pix < Stripe::RequestParams; end
class Promptpay < Stripe::RequestParams; end

Expand Down Expand Up @@ -2048,8 +2034,6 @@ class Zip < Stripe::RequestParams; end
attr_accessor :paynow
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
attr_accessor :paypal
# If this is a `paypay` PaymentMethod, this hash contains details about the PayPay payment method.
attr_accessor :paypay
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
attr_accessor :pix
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
Expand Down Expand Up @@ -2120,7 +2104,6 @@ def initialize(
payco: nil,
paynow: nil,
paypal: nil,
paypay: nil,
pix: nil,
promptpay: nil,
radar_options: nil,
Expand Down Expand Up @@ -2176,7 +2159,6 @@ def initialize(
@payco = payco
@paynow = paynow
@paypal = paypal
@paypay = paypay
@pix = pix
@promptpay = promptpay
@radar_options = radar_options
Expand Down
Loading