Merge upstream and update generated code for v802

This commit is contained in:
Stripe OpenAPI 2024-01-30 23:04:23 +00:00
commit dfa7994d04
12 changed files with 1 additions and 17 deletions

View File

@ -1 +1 @@
v794 v802

View File

@ -8,7 +8,6 @@ module Stripe
# #
# Related guide: [Refunding application fees](https://stripe.com/docs/connect/destination-charges#refunding-app-fee) # Related guide: [Refunding application fees](https://stripe.com/docs/connect/destination-charges#refunding-app-fee)
class ApplicationFeeRefund < APIResource class ApplicationFeeRefund < APIResource
extend Stripe::APIOperations::List
include Stripe::APIOperations::Save include Stripe::APIOperations::Save
OBJECT_NAME = "fee_refund" OBJECT_NAME = "fee_refund"

View File

@ -6,7 +6,6 @@ module Stripe
# #
# Related guide: [Account capabilities](https://stripe.com/docs/connect/account-capabilities) # Related guide: [Account capabilities](https://stripe.com/docs/connect/account-capabilities)
class Capability < APIResource class Capability < APIResource
extend Stripe::APIOperations::List
include Stripe::APIOperations::Save include Stripe::APIOperations::Save
OBJECT_NAME = "capability" OBJECT_NAME = "capability"

View File

@ -9,7 +9,6 @@ module Stripe
# #
# Related guide: [Customer balance](https://stripe.com/docs/billing/customer/balance) # Related guide: [Customer balance](https://stripe.com/docs/billing/customer/balance)
class CustomerBalanceTransaction < APIResource class CustomerBalanceTransaction < APIResource
extend Stripe::APIOperations::List
include Stripe::APIOperations::Save include Stripe::APIOperations::Save
OBJECT_NAME = "customer_balance_transaction" OBJECT_NAME = "customer_balance_transaction"

View File

@ -7,8 +7,6 @@ module Stripe
# represent when funds are moved into or out of this balance. This includes funding by the customer, allocation # represent when funds are moved into or out of this balance. This includes funding by the customer, allocation
# to payments, and refunds to the customer. # to payments, and refunds to the customer.
class CustomerCashBalanceTransaction < APIResource class CustomerCashBalanceTransaction < APIResource
extend Stripe::APIOperations::List
OBJECT_NAME = "customer_cash_balance_transaction" OBJECT_NAME = "customer_cash_balance_transaction"
end end
end end

View File

@ -5,8 +5,6 @@ module Stripe
module FinancialConnections module FinancialConnections
# A historical balance for the account on a particular day. It may be sourced from a balance snapshot provided by a financial institution, or inferred using transactions data. # A historical balance for the account on a particular day. It may be sourced from a balance snapshot provided by a financial institution, or inferred using transactions data.
class AccountInferredBalance < APIResource class AccountInferredBalance < APIResource
extend Stripe::APIOperations::List
OBJECT_NAME = "financial_connections.account_inferred_balance" OBJECT_NAME = "financial_connections.account_inferred_balance"
end end
end end

View File

@ -4,8 +4,6 @@
module Stripe module Stripe
# The invoice payment object # The invoice payment object
class InvoicePayment < APIResource class InvoicePayment < APIResource
extend Stripe::APIOperations::List
OBJECT_NAME = "invoice_payment" OBJECT_NAME = "invoice_payment"
end end
end end

View File

@ -9,7 +9,6 @@ module Stripe
# #
# Related guide: [Handling identity verification with the API](https://stripe.com/docs/connect/handling-api-verification#person-information) # Related guide: [Handling identity verification with the API](https://stripe.com/docs/connect/handling-api-verification#person-information)
class Person < APIResource class Person < APIResource
extend Stripe::APIOperations::List
include Stripe::APIOperations::Save include Stripe::APIOperations::Save
OBJECT_NAME = "person" OBJECT_NAME = "person"

View File

@ -35,8 +35,6 @@ module Stripe
# #
# Related guide: [Send invoices to customers](https://stripe.com/docs/billing/invoices/sending) # Related guide: [Send invoices to customers](https://stripe.com/docs/billing/invoices/sending)
class QuotePreviewInvoice < APIResource class QuotePreviewInvoice < APIResource
extend Stripe::APIOperations::List
OBJECT_NAME = "quote_preview_invoice" OBJECT_NAME = "quote_preview_invoice"
end end
end end

View File

@ -3,8 +3,6 @@
module Stripe module Stripe
class QuotePreviewSubscriptionSchedule < APIResource class QuotePreviewSubscriptionSchedule < APIResource
extend Stripe::APIOperations::List
OBJECT_NAME = "quote_preview_subscription_schedule" OBJECT_NAME = "quote_preview_subscription_schedule"
end end
end end

View File

@ -16,7 +16,6 @@ module Stripe
# #
# Related guide: [Reversing transfers](https://stripe.com/docs/connect/separate-charges-and-transfers#reversing-transfers) # Related guide: [Reversing transfers](https://stripe.com/docs/connect/separate-charges-and-transfers#reversing-transfers)
class Reversal < APIResource class Reversal < APIResource
extend Stripe::APIOperations::List
include Stripe::APIOperations::Save include Stripe::APIOperations::Save
OBJECT_NAME = "transfer_reversal" OBJECT_NAME = "transfer_reversal"

View File

@ -8,7 +8,6 @@ module Stripe
# Related guides: [Customer tax identification numbers](https://stripe.com/docs/billing/taxes/tax-ids), [Account tax IDs](https://stripe.com/docs/invoicing/connect#account-tax-ids) # Related guides: [Customer tax identification numbers](https://stripe.com/docs/billing/taxes/tax-ids), [Account tax IDs](https://stripe.com/docs/invoicing/connect#account-tax-ids)
class TaxId < APIResource class TaxId < APIResource
include Stripe::APIOperations::Delete include Stripe::APIOperations::Delete
extend Stripe::APIOperations::List
OBJECT_NAME = "tax_id" OBJECT_NAME = "tax_id"