mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
13 lines
388 B
Ruby
13 lines
388 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
module Capital
|
|
# A financing object describes an account's current financing state. Used by Connect
|
|
# platforms to read the state of Capital offered to their connected accounts.
|
|
class FinancingSummary < SingletonAPIResource
|
|
OBJECT_NAME = "capital.financing_summary"
|
|
end
|
|
end
|
|
end
|