Sha256: 8fef9eb56209d4c596d7d14f8f31c94b90cf947052ff6b60118d5266ea530365
Contents?: true
Size: 491 Bytes
Versions: 8
Compression:
Stored size: 491 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module Capital class FinancingSummaryService < StripeService # Retrieve the financing state for the account that was authenticated in the request. def retrieve(params = {}, opts = {}) request( method: :get, path: "/v1/capital/financing_summary", params: params, opts: opts, base_address: :api ) end end end end
Version data entries
8 entries across 8 versions & 1 rubygems