Sha256: 59c9996025302f40c6f16cecb13d754c5b528d1cb78cc38b213b5842fe25815e
Contents?: true
Size: 463 Bytes
Versions: 21
Compression:
Stored size: 463 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module FinancialConnections # A historical balance for the account on a particular day. It may be sourced from a balance snapshot provided by a financial institution, or inferred using transactions data. class InferredBalance < APIResource extend Stripe::APIOperations::List OBJECT_NAME = "financial_connections.account_inferred_balance" end end end
Version data entries
21 entries across 21 versions & 1 rubygems