Sha256: d5b9f12aa464018c53f260b458e96405eb8213b77e41c2d46cb2503c1a2e39e3
Contents?: true
Size: 692 Bytes
Versions: 49
Compression:
Stored size: 692 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module Treasury # Transactions represent changes to a [FinancialAccount's](https://stripe.com/docs/api#financial_accounts) balance. class Transaction < APIResource extend Stripe::APIOperations::List OBJECT_NAME = "treasury.transaction" def self.object_name "treasury.transaction" end # Retrieves a list of Transaction objects. def self.list(filters = {}, opts = {}) request_stripe_object( method: :get, path: "/v1/treasury/transactions", params: filters, opts: opts ) end end end end
Version data entries
49 entries across 49 versions & 1 rubygems