# File generated from our OpenAPI spec # frozen_string_literal: true # typed: true module Stripe class FinancialConnectionsService < StripeService attr_reader :accounts attr_reader :institutions attr_reader :sessions attr_reader :transactions end end