mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Update generated code for v1916 and 2025-08-27.preview
This commit is contained in:
parent
6dd4054ff1
commit
0d1e267bb5
@ -1 +1 @@
|
||||
v1915
|
||||
v1916
|
@ -5,14 +5,9 @@ module Stripe
|
||||
# This is an object representing your Stripe balance. You can retrieve it to see
|
||||
# the balance currently on your Stripe account.
|
||||
#
|
||||
# You can also retrieve the balance history, which contains a list of
|
||||
# [transactions](https://stripe.com/docs/reporting/balance-transaction-types) that contributed to the balance
|
||||
# (charges, payouts, and so forth).
|
||||
# The top-level `available` and `pending` comprise your "payments balance."
|
||||
#
|
||||
# The available and pending amounts for each currency are broken down further by
|
||||
# payment source types.
|
||||
#
|
||||
# Related guide: [Understanding Connect account balances](https://stripe.com/docs/connect/account-balances)
|
||||
# Related guide: [Balances and settlement time](https://stripe.com/docs/payments/balances), [Understanding Connect account balances](https://stripe.com/docs/connect/account-balances)
|
||||
class Balance < SingletonAPIResource
|
||||
OBJECT_NAME = "balance"
|
||||
def self.object_name
|
||||
|
@ -7639,14 +7639,9 @@ module Stripe
|
||||
# This is an object representing your Stripe balance. You can retrieve it to see
|
||||
# the balance currently on your Stripe account.
|
||||
#
|
||||
# You can also retrieve the balance history, which contains a list of
|
||||
# [transactions](https://stripe.com/docs/reporting/balance-transaction-types) that contributed to the balance
|
||||
# (charges, payouts, and so forth).
|
||||
# The top-level `available` and `pending` comprise your "payments balance."
|
||||
#
|
||||
# The available and pending amounts for each currency are broken down further by
|
||||
# payment source types.
|
||||
#
|
||||
# Related guide: [Understanding Connect account balances](https://stripe.com/docs/connect/account-balances)
|
||||
# Related guide: [Balances and settlement time](https://stripe.com/docs/payments/balances), [Understanding Connect account balances](https://stripe.com/docs/connect/account-balances)
|
||||
class Balance < SingletonAPIResource
|
||||
class Available < Stripe::StripeObject
|
||||
class SourceTypes < Stripe::StripeObject
|
||||
|
@ -6,14 +6,9 @@ module Stripe
|
||||
# This is an object representing your Stripe balance. You can retrieve it to see
|
||||
# the balance currently on your Stripe account.
|
||||
#
|
||||
# You can also retrieve the balance history, which contains a list of
|
||||
# [transactions](https://stripe.com/docs/reporting/balance-transaction-types) that contributed to the balance
|
||||
# (charges, payouts, and so forth).
|
||||
# The top-level `available` and `pending` comprise your "payments balance."
|
||||
#
|
||||
# The available and pending amounts for each currency are broken down further by
|
||||
# payment source types.
|
||||
#
|
||||
# Related guide: [Understanding Connect account balances](https://stripe.com/docs/connect/account-balances)
|
||||
# Related guide: [Balances and settlement time](https://stripe.com/docs/payments/balances), [Understanding Connect account balances](https://stripe.com/docs/connect/account-balances)
|
||||
class Balance < SingletonAPIResource
|
||||
class Available < Stripe::StripeObject
|
||||
class SourceTypes < Stripe::StripeObject
|
||||
|
Loading…
x
Reference in New Issue
Block a user