mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-08 00:02:46 -04:00
* Update generated code for v527 * Update generated code for v530 * Update generated code for v531 * Update generated code for v532 --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
15 lines
507 B
Ruby
15 lines
507 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
# Balance transactions represent funds moving through your Stripe account.
|
|
# Stripe creates them for every type of transaction that enters or leaves your Stripe account balance.
|
|
#
|
|
# Related guide: [Balance transaction types](https://stripe.com/docs/reports/balance-transaction-types)
|
|
class BalanceTransaction < APIResource
|
|
extend Stripe::APIOperations::List
|
|
|
|
OBJECT_NAME = "balance_transaction"
|
|
end
|
|
end
|