mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
12 lines
322 B
Ruby
12 lines
322 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
module FinancialConnections
|
|
# Describes a snapshot of the owners of an account at a particular point in time.
|
|
class AccountOwnership < StripeObject
|
|
OBJECT_NAME = "financial_connections.account_ownership"
|
|
end
|
|
end
|
|
end
|