Sha256: 9bd02e79601120411cfe9cdfb7e03ba28a5117a27c72e319675df508ca4045a6
Contents?: true
Size: 785 Bytes
Versions: 11
Compression:
Stored size: 785 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module FinancialConnections # An institution represents a financial institution to which an end user can connect using the Financial Connections authentication flow. class Institution < APIResource extend Stripe::APIOperations::List OBJECT_NAME = "financial_connections.institution" def self.object_name "financial_connections.institution" end # Returns a list of Financial Connections Institution objects. def self.list(filters = {}, opts = {}) request_stripe_object( method: :get, path: "/v1/financial_connections/institutions", params: filters, opts: opts ) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems