mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
11 lines
228 B
Ruby
11 lines
228 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
module FinancialConnections
|
|
class AccountOwner < StripeObject
|
|
OBJECT_NAME = "financial_connections.account_owner"
|
|
end
|
|
end
|
|
end
|