stripe-ruby/rbi/stripe/services/financial_connections_service.rbi
helenye-stripe bc1d5a8721
Add method parameter type classes to all resources and services (#1505)
* barebones request params

* fixes

* manual changes

* Generated changes

* Add search params

* manual change - update to cast params

* add more test

* add newliens (generated)
2024-12-20 10:39:59 -08:00

12 lines
271 B
Ruby

# 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