mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
* barebones request params * fixes * manual changes * Generated changes * Add search params * manual change - update to cast params * add more test * add newliens (generated)
12 lines
271 B
Ruby
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 |