mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-08 00:10:32 -05:00
Merge upstream and update generated code for v802
This commit is contained in:
commit
dfa7994d04
@ -1 +1 @@
|
||||
v794
|
||||
v802
|
||||
@ -8,7 +8,6 @@ module Stripe
|
||||
#
|
||||
# Related guide: [Refunding application fees](https://stripe.com/docs/connect/destination-charges#refunding-app-fee)
|
||||
class ApplicationFeeRefund < APIResource
|
||||
extend Stripe::APIOperations::List
|
||||
include Stripe::APIOperations::Save
|
||||
|
||||
OBJECT_NAME = "fee_refund"
|
||||
|
||||
@ -6,7 +6,6 @@ module Stripe
|
||||
#
|
||||
# Related guide: [Account capabilities](https://stripe.com/docs/connect/account-capabilities)
|
||||
class Capability < APIResource
|
||||
extend Stripe::APIOperations::List
|
||||
include Stripe::APIOperations::Save
|
||||
|
||||
OBJECT_NAME = "capability"
|
||||
|
||||
@ -9,7 +9,6 @@ module Stripe
|
||||
#
|
||||
# Related guide: [Customer balance](https://stripe.com/docs/billing/customer/balance)
|
||||
class CustomerBalanceTransaction < APIResource
|
||||
extend Stripe::APIOperations::List
|
||||
include Stripe::APIOperations::Save
|
||||
|
||||
OBJECT_NAME = "customer_balance_transaction"
|
||||
|
||||
@ -7,8 +7,6 @@ module Stripe
|
||||
# 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.
|
||||
class CustomerCashBalanceTransaction < APIResource
|
||||
extend Stripe::APIOperations::List
|
||||
|
||||
OBJECT_NAME = "customer_cash_balance_transaction"
|
||||
end
|
||||
end
|
||||
|
||||
@ -5,8 +5,6 @@ module Stripe
|
||||
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.
|
||||
class AccountInferredBalance < APIResource
|
||||
extend Stripe::APIOperations::List
|
||||
|
||||
OBJECT_NAME = "financial_connections.account_inferred_balance"
|
||||
end
|
||||
end
|
||||
|
||||
@ -4,8 +4,6 @@
|
||||
module Stripe
|
||||
# The invoice payment object
|
||||
class InvoicePayment < APIResource
|
||||
extend Stripe::APIOperations::List
|
||||
|
||||
OBJECT_NAME = "invoice_payment"
|
||||
end
|
||||
end
|
||||
|
||||
@ -9,7 +9,6 @@ module Stripe
|
||||
#
|
||||
# Related guide: [Handling identity verification with the API](https://stripe.com/docs/connect/handling-api-verification#person-information)
|
||||
class Person < APIResource
|
||||
extend Stripe::APIOperations::List
|
||||
include Stripe::APIOperations::Save
|
||||
|
||||
OBJECT_NAME = "person"
|
||||
|
||||
@ -35,8 +35,6 @@ module Stripe
|
||||
#
|
||||
# Related guide: [Send invoices to customers](https://stripe.com/docs/billing/invoices/sending)
|
||||
class QuotePreviewInvoice < APIResource
|
||||
extend Stripe::APIOperations::List
|
||||
|
||||
OBJECT_NAME = "quote_preview_invoice"
|
||||
end
|
||||
end
|
||||
|
||||
@ -3,8 +3,6 @@
|
||||
|
||||
module Stripe
|
||||
class QuotePreviewSubscriptionSchedule < APIResource
|
||||
extend Stripe::APIOperations::List
|
||||
|
||||
OBJECT_NAME = "quote_preview_subscription_schedule"
|
||||
end
|
||||
end
|
||||
|
||||
@ -16,7 +16,6 @@ module Stripe
|
||||
#
|
||||
# Related guide: [Reversing transfers](https://stripe.com/docs/connect/separate-charges-and-transfers#reversing-transfers)
|
||||
class Reversal < APIResource
|
||||
extend Stripe::APIOperations::List
|
||||
include Stripe::APIOperations::Save
|
||||
|
||||
OBJECT_NAME = "transfer_reversal"
|
||||
|
||||
@ -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)
|
||||
class TaxId < APIResource
|
||||
include Stripe::APIOperations::Delete
|
||||
extend Stripe::APIOperations::List
|
||||
|
||||
OBJECT_NAME = "tax_id"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user