Sha256: 08e210b3a52eb30c16e512ab3e025083189a9dbc5f94222583f1a63382752171
Contents?: true
Size: 747 Bytes
Versions: 44
Compression:
Stored size: 747 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # This is an object representing your Stripe balance. You can retrieve it to see # the balance currently on your Stripe account. # # You can also retrieve the balance history, which contains a list of # [transactions](https://stripe.com/docs/reporting/balance-transaction-types) that contributed to the balance # (charges, payouts, and so forth). # # The available and pending amounts for each currency are broken down further by # payment source types. # # Related guide: [Understanding Connect account balances](https://stripe.com/docs/connect/account-balances) class Balance < SingletonAPIResource OBJECT_NAME = "balance" end end
Version data entries
44 entries across 44 versions & 1 rubygems